Wauplin HF staff commited on
Commit
4363c60
1 Parent(s): d6ef8f0
Files changed (2) hide show
  1. requirements.txt +1 -2
  2. setup.py +1 -0
requirements.txt CHANGED
@@ -1,3 +1,2 @@
1
  gradio
2
- # TODO: update once merged
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