Wauplin HF staff commited on
Commit
84210ae
1 Parent(s): 4363c60
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -14,7 +14,7 @@ def get_version() -> str:
14
  install_requires = [
15
  "gradio",
16
  # TODO: update once released
17
- "git+https://github.com/huggingface/huggingface_hub@main",
18
  ]
19
 
20
  extras = {}
 
14
  install_requires = [
15
  "gradio",
16
  # TODO: update once released
17
+ "huggingface_hub @ git+https://github.com/huggingface/huggingface_hub@main",
18
  ]
19
 
20
  extras = {}