Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
gradio>=4.0.0,<5.0.0
|
| 2 |
torch>=2.0.0
|
| 3 |
torchvision>=0.15.0
|
|
@@ -5,4 +6,5 @@ numpy>=1.21.0
|
|
| 5 |
Pillow>=9.0.0
|
| 6 |
pandas>=1.5.0
|
| 7 |
scikit-learn>=1.3.0
|
| 8 |
-
joblib>=1.3.0
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
gradio>=4.0.0,<5.0.0
|
| 3 |
torch>=2.0.0
|
| 4 |
torchvision>=0.15.0
|
|
|
|
| 6 |
Pillow>=9.0.0
|
| 7 |
pandas>=1.5.0
|
| 8 |
scikit-learn>=1.3.0
|
| 9 |
+
joblib>=1.3.0
|
| 10 |
+
timm>=0.9.5
|