fix: switch to gradio 5.x — HTTP 200 verified locally with real server startup test
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
gradio=
|
| 2 |
-
huggingface_hub==0.24.7
|
| 3 |
numpy>=1.24
|
| 4 |
soundfile>=0.12
|
|
|
|
| 1 |
+
gradio>=5.0,<6
|
|
|
|
| 2 |
numpy>=1.24
|
| 3 |
soundfile>=0.12
|