Spaces:
Runtime error
Runtime error
Fix: pin huggingface_hub==0.20.3 and gradio==4.44.0 to fix HfFolder import error
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
llama-cpp-python==0.1.77
|
| 2 |
-
gradio
|
|
|
|
|
|
| 1 |
llama-cpp-python==0.1.77
|
| 2 |
+
gradio==4.44.0
|
| 3 |
+
huggingface_hub==0.20.3
|