Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.11.0
|
| 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
|