Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
gradio
|
|
|
|
| 2 |
SpeechRecognition==3.10.0
|
| 3 |
requests==2.31.0
|
| 4 |
python-dotenv==1.0.0
|
| 5 |
scipy==1.11.3
|
| 6 |
-
pydub==0.25.1
|
| 7 |
-
gradio-client>=0.8.0
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
gradio-client>=0.8.0
|
| 3 |
SpeechRecognition==3.10.0
|
| 4 |
requests==2.31.0
|
| 5 |
python-dotenv==1.0.0
|
| 6 |
scipy==1.11.3
|
| 7 |
+
pydub==0.25.1
|
|
|