mirror of
https://github.com/coqui-ai/TTS.git
synced 2025-12-25 12:49:29 +01:00
comment out this code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user