Spaces:
Sleeping
Sleeping
Commit
·
b151399
1
Parent(s):
ac8c8e8
Update dockerfile
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1 +1,5 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.38.0
|
2 |
+
TTS==0.15.6
|
3 |
+
numpy==1.22.0;python_version<="3.10"
|
4 |
+
numpy==1.24.3;python_version>"3.10"
|
5 |
+
soundfile
|