Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
gradio-client==1.3.0 # was 0.9.0 — must match what gradio 4.44.1 requires
|
| 3 |
gTTS==2.5.3
|
| 4 |
huggingface_hub==0.24.7
|
| 5 |
spaces
|
| 6 |
uvicorn
|
| 7 |
-
websockets
|
| 8 |
-
jinja2==3.1.2
|
|
|
|
| 1 |
+
gradio
|
|
|
|
| 2 |
gTTS==2.5.3
|
| 3 |
huggingface_hub==0.24.7
|
| 4 |
spaces
|
| 5 |
uvicorn
|
| 6 |
+
websockets
|
|
|