mirror of https://github.com/coqui-ai/TTS.git
remove comments
This commit is contained in:
parent
a08b423a21
commit
484bde4971
|
@ -1,10 +1,8 @@
|
||||||
import io
|
import io
|
||||||
import os
|
import os
|
||||||
#<<<<<<< HEAD
|
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import torch
|
import torch
|
||||||
#=======
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import numpy as np
|
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)"
|
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][.])?)"
|
acronyms = "([A-Z][.][A-Z][.](?:[A-Z][.])?)"
|
||||||
websites = "[.](com|net|org|io|gov)"
|
websites = "[.](com|net|org|io|gov)"
|
||||||
#>>>>>>> dev-tacotron2
|
|
||||||
|
|
||||||
from models.tacotron import Tacotron
|
from models.tacotron import Tacotron
|
||||||
from utils.audio import AudioProcessor
|
from utils.audio import AudioProcessor
|
||||||
|
|
Loading…
Reference in New Issue