Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
gradio>=3.0
|
2 |
TTS>=0.22
|
|
|
3 |
soundfile>=0.12
|
4 |
nltk>=3.8
|
5 |
-
scipy>=1.10
|
6 |
-
sentencepiece>=0.1.97
|
|
|
1 |
gradio>=3.0
|
2 |
TTS>=0.22
|
3 |
+
numpy>=1.23
|
4 |
soundfile>=0.12
|
5 |
nltk>=3.8
|
6 |
+
scipy>=1.10
|
|