Spaces:
Running
Running
Bump to gradio 5.x for huggingface_hub HfFolder compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
torch>=2.1.0,<3
|
| 3 |
numpy>=1.24.0
|
| 4 |
soundfile>=0.12.0
|
|
|
|
| 1 |
+
gradio>=5.0,<6
|
| 2 |
torch>=2.1.0,<3
|
| 3 |
numpy>=1.24.0
|
| 4 |
soundfile>=0.12.0
|