Spaces:
Runtime error
Runtime error
[fix] prevent `huggingface_hub` from updating (0.26+ seems to break everything)
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
llava-torch
|
|
|
|
1 |
+
llava-torch
|
2 |
+
huggingface_hub==0.25.2
|