From 484bde497176139e7c96c5a79f4be68b00506e47 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Thu, 11 Jul 2019 15:39:19 +0200 Subject: [PATCH] remove comments --- server/synthesizer.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/synthesizer.py b/server/synthesizer.py index 0f582f85..a7b78e76 100644 --- a/server/synthesizer.py +++ b/server/synthesizer.py @@ -1,10 +1,8 @@ import io import os -#<<<<<<< HEAD import numpy as np import torch -#======= import sys import numpy as np @@ -22,7 +20,6 @@ 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 from models.tacotron import Tacotron from utils.audio import AudioProcessor