dofbi commited on
Commit
a78d039
·
1 Parent(s): 0b1063a
Files changed (3) hide show
  1. .gitmodules +3 -0
  2. TTS +1 -0
  3. 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