Spaces:
Paused
Paused
Commit ·
7680bff
1
Parent(s): 3e09c97
Fix: Pin huggingface_hub to 0.24.7 to resolve HfFolder import error
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
monai[nibabel]>=1.3.0
|
| 2 |
torch>=2.0.0
|
| 3 |
-
gradio>=4.0.0
|
| 4 |
nibabel>=5.0.0
|
| 5 |
numpy
|
| 6 |
matplotlib
|
| 7 |
-
huggingface_hub
|
| 8 |
scikit-image
|
| 9 |
-
gdown
|
|
|
|
| 1 |
+
# Pin compatible versions to avoid HfFolder import error
|
| 2 |
+
gradio==4.44.0
|
| 3 |
+
huggingface_hub==0.24.7
|
| 4 |
monai[nibabel]>=1.3.0
|
| 5 |
torch>=2.0.0
|
|
|
|
| 6 |
nibabel>=5.0.0
|
| 7 |
numpy
|
| 8 |
matplotlib
|
|
|
|
| 9 |
scikit-image
|
|
|