From 144e386e16d717d523e67900e8a8b750cdfceec9 Mon Sep 17 00:00:00 2001 From: luhavis Date: Mon, 17 Jun 2019 10:28:10 +0900 Subject: [PATCH] comment out this code --- server/synthesizer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/synthesizer.py b/server/synthesizer.py index c87357c6..0f582f85 100644 --- a/server/synthesizer.py +++ b/server/synthesizer.py @@ -1,10 +1,10 @@ import io import os -<<<<<<< HEAD +#<<<<<<< HEAD import numpy as np import torch -======= +#======= import sys import numpy as np @@ -22,7 +22,7 @@ suffixes = "(Inc|Ltd|Jr|Sr|Co)" starters = "(Mr|Mrs|Ms|Dr|He\s|She\s|It\s|They\s|Their\s|Our\s|We\s|But\s|However\s|That\s|This\s|Wherever)" acronyms = "([A-Z][.][A-Z][.](?:[A-Z][.])?)" websites = "[.](com|net|org|io|gov)" ->>>>>>> dev-tacotron2 +#>>>>>>> dev-tacotron2 from models.tacotron import Tacotron from utils.audio import AudioProcessor