Nhughes09 commited on
Commit ·
2c396c2
1
Parent(s): 4f30320
Fix HfFolder error: pin huggingface_hub==0.22.2
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
gradio==4.
|
|
|
|
| 2 |
llama-cpp-python==0.2.90
|
| 3 |
-
huggingface_hub>=0.20.0
|
|
|
|
| 1 |
+
gradio==4.19.2
|
| 2 |
+
huggingface_hub==0.22.2
|
| 3 |
llama-cpp-python==0.2.90
|
|
|