rename the project to old TTS

This commit is contained in:
erogol
2020-09-09 12:27:23 +02:00
parent daf9c7aaec
commit df19428ec6
146 changed files with 252 additions and 272 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import unittest
import os
from tests import get_tests_input_path
from mozilla_voice_tts.tts.datasets.preprocess import common_voice
from TTS.tts.datasets.preprocess import common_voice
class TestPreprocessors(unittest.TestCase):