Remove coqui-tts which throws an error
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -6,8 +6,7 @@ sentencepiece==0.2.0
|
|
6 |
transformers>=2.5
|
7 |
torch==2.1.0.post0+cxx11.abi
|
8 |
IPython==8.26.0
|
9 |
-
|
10 |
-
coqui-tts==0.22.0
|
11 |
pandas==1.5.3
|
12 |
wave
|
13 |
#py-espeak-ng
|
|
|
6 |
transformers>=2.5
|
7 |
torch==2.1.0.post0+cxx11.abi
|
8 |
IPython==8.26.0
|
9 |
+
TTS
|
|
|
10 |
pandas==1.5.3
|
11 |
wave
|
12 |
#py-espeak-ng
|