Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
-
gradio-client==0.9.0
|
| 3 |
gTTS==2.5.3
|
| 4 |
huggingface_hub==0.24.7
|
| 5 |
spaces
|
|
|
|
| 1 |
gradio==4.44.1
|
| 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
|