Spaces:
Sleeping
Sleeping
fix: pin huggingface_hub<1.0 (gradio 5.0 needs HfFolder)
Browse files- 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 |
-
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"
|