Spaces:
Running
Running
fix
Browse files
setup.py
CHANGED
@@ -13,8 +13,7 @@ def get_version() -> str:
|
|
13 |
|
14 |
install_requires = [
|
15 |
"gradio",
|
16 |
-
|
17 |
-
"huggingface_hub @ git+https://github.com/huggingface/huggingface_hub@7c74445903fe86f694ce6e42c386b7bebee94008",
|
18 |
]
|
19 |
|
20 |
extras = {}
|
|
|
13 |
|
14 |
install_requires = [
|
15 |
"gradio",
|
16 |
+
"huggingface_hub>=0.21.1",
|
|
|
17 |
]
|
18 |
|
19 |
extras = {}
|