Spaces:
Runtime error
Runtime error
tp53(ashish)
commited on
Commit
·
d53ae27
1
Parent(s):
db062b7
Pin huggingface_hub version for gradio compatibility
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -9,3 +9,6 @@ nibabel>=5.0.0
|
|
| 9 |
# Image Processing
|
| 10 |
scipy>=1.11.0
|
| 11 |
scikit-image>=0.21.0
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
# Image Processing
|
| 10 |
scipy>=1.11.0
|
| 11 |
scikit-image>=0.21.0
|
| 12 |
+
|
| 13 |
+
# Pin HF Hub to avoid import errors
|
| 14 |
+
huggingface_hub>=0.20.0,<0.25.0
|