Spaces:
Running
Running
fix: revert to Gradio 5.0.0 due to gradio-huggingfacehub-search dependency conflict
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
gradio_huggingfacehub_search>=0.0.12
|
| 3 |
opencc-python-reimplemented>=0.1.7
|
| 4 |
huggingface-hub>=0.23.0
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 2 |
gradio_huggingfacehub_search>=0.0.12
|
| 3 |
opencc-python-reimplemented>=0.1.7
|
| 4 |
huggingface-hub>=0.23.0
|