Spaces:
Runtime error
Runtime error
fix
Browse files- requirements.txt +1 -2
- setup.py +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,2 @@
|
|
| 1 |
gradio
|
| 2 |
-
|
| 3 |
-
git+https://github.com/huggingface/huggingface_hub@main
|
|
|
|
| 1 |
gradio
|
| 2 |
+
git+https://huggingface.co/spaces/Wauplin/gradio-space-ci
|
|
|
setup.py
CHANGED
|
@@ -13,6 +13,7 @@ def get_version() -> str:
|
|
| 13 |
|
| 14 |
install_requires = [
|
| 15 |
"gradio",
|
|
|
|
| 16 |
"git+https://github.com/huggingface/huggingface_hub@main",
|
| 17 |
]
|
| 18 |
|
|
|
|
| 13 |
|
| 14 |
install_requires = [
|
| 15 |
"gradio",
|
| 16 |
+
# TODO: update once released
|
| 17 |
"git+https://github.com/huggingface/huggingface_hub@main",
|
| 18 |
]
|
| 19 |
|