Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,3 +3,4 @@ gTTS==2.2.3
|
|
| 3 |
requests==2.28.1
|
| 4 |
speechrecognition==3.8.1
|
| 5 |
pydub==0.25.1
|
|
|
|
|
|
| 3 |
requests==2.28.1
|
| 4 |
speechrecognition==3.8.1
|
| 5 |
pydub==0.25.1
|
| 6 |
+
httpx==0.23.0 # Add this line to ensure compatibility with Gradio
|