add TT
Browse files- .gitmodules +3 -0
- TTS +1 -0
- requirements.txt +0 -1
.gitmodules
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "TTS"]
|
2 |
+
path = TTS
|
3 |
+
url = https://github.com/coqui-ai/TTS/
|
TTS
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit dbf1a08a0d4e47fdad6172e433eeb34bc6b13b4e
|
requirements.txt
CHANGED
@@ -3,6 +3,5 @@ torchaudio
|
|
3 |
soundfile
|
4 |
transformers
|
5 |
gradio
|
6 |
-
TTS
|
7 |
huggingface_hub
|
8 |
tqdm
|
|
|
3 |
soundfile
|
4 |
transformers
|
5 |
gradio
|
|
|
6 |
huggingface_hub
|
7 |
tqdm
|