timmers commited on
Commit
5d248b0
·
verified ·
1 Parent(s): 0b10029

fix: pin huggingface_hub<1.0 (gradio 5.0 needs HfFolder)

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
  llama-cpp-python==0.3.5
3
- gradio>=4.40
4
- huggingface_hub>=0.24
5
  spaces
6
  audioop-lts; python_version >= "3.13"
 
1
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
  llama-cpp-python==0.3.5
3
+ gradio==5.0.0
4
+ huggingface_hub>=0.24,<1.0
5
  spaces
6
  audioop-lts; python_version >= "3.13"