Spaces:
Running
Running
fix: correct package name for gradio_huggingfacehub_search
Browse filesUse underscores instead of hyphens in package name
Previous: gradio-huggingfacehub-search (wrong)
Correct: gradio_huggingfacehub_search
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
gradio>=5.0.0
|
| 2 |
-
|
| 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
|