Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio==2.4.2
|
2 |
-
numpy==1.
|
3 |
-
soundfile==0.
|
4 |
pydub==0.25.1
|
|
|
|
1 |
gradio==2.4.2
|
2 |
+
numpy==1.19.5
|
3 |
+
soundfile==0.10.3.post1
|
4 |
pydub==0.25.1
|
5 |
+
gr==2.3.3
|