Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +0 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
torch>=2.1
|
| 2 |
torchvision>=0.16
|
| 3 |
timm>=1.0
|
| 4 |
-
huggingface_hub==0.25.2
|
| 5 |
numpy>=1.24
|
| 6 |
pandas>=2.0
|
| 7 |
pillow>=9.0
|
|
@@ -11,6 +10,5 @@ scikit-learn>=1.3
|
|
| 11 |
scipy>=1.10
|
| 12 |
matplotlib>=3.7
|
| 13 |
grad-cam>=1.5
|
| 14 |
-
gradio==4.44.0
|
| 15 |
pyyaml>=6.0
|
| 16 |
tqdm>=4.65
|
|
|
|
| 1 |
torch>=2.1
|
| 2 |
torchvision>=0.16
|
| 3 |
timm>=1.0
|
|
|
|
| 4 |
numpy>=1.24
|
| 5 |
pandas>=2.0
|
| 6 |
pillow>=9.0
|
|
|
|
| 10 |
scipy>=1.10
|
| 11 |
matplotlib>=3.7
|
| 12 |
grad-cam>=1.5
|
|
|
|
| 13 |
pyyaml>=6.0
|
| 14 |
tqdm>=4.65
|