Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
gTTS
|
3 |
-
pydub
|
4 |
-
numpy
|
5 |
-
librosa
|
6 |
-
soundfile
|
|
|
1 |
+
gradio==3.30.0
|
2 |
+
gTTS==2.2.4
|
3 |
+
pydub==0.25.1
|
4 |
+
numpy==1.24.3
|
5 |
+
librosa==0.10.0.post2
|
6 |
+
soundfile==0.12.1
|