Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
gradio>=3.0
|
2 |
-
|
3 |
-
|
4 |
soundfile>=0.12
|
5 |
nltk>=3.8
|
6 |
-
|
7 |
-
sentencepiece>=0.1.97
|
8 |
-
accelerate>=0.15.0
|
|
|
1 |
gradio>=3.0
|
2 |
+
TTS>=0.22
|
3 |
+
numpy>=1.23
|
4 |
soundfile>=0.12
|
5 |
nltk>=3.8
|
6 |
+
scipy>=1.10
|
7 |
+
sentencepiece>=0.1.97 # Keep this just in case
|
|