Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
-
torch>=1.12.0
|
| 2 |
-
torchvision>=0.13.0
|
| 3 |
-
numpy>=1.21.0
|
| 4 |
-
Pillow>=8.3.0
|
| 5 |
-
matplotlib>=3.5.0
|
| 6 |
-
scikit-learn>=1.1.0
|
| 7 |
-
tqdm>=4.64.0
|
| 8 |
-
pandas>=1.4.0
|
| 9 |
-
seaborn>=0.11.0
|
| 10 |
-
efficientnet-pytorch>=0.7.1
|
| 11 |
-
gradio>=3.40.0
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=1.12.0
|
| 2 |
+
torchvision>=0.13.0
|
| 3 |
+
numpy>=1.21.0
|
| 4 |
+
Pillow>=8.3.0
|
| 5 |
+
matplotlib>=3.5.0
|
| 6 |
+
scikit-learn>=1.1.0
|
| 7 |
+
tqdm>=4.64.0
|
| 8 |
+
pandas>=1.4.0
|
| 9 |
+
seaborn>=0.11.0
|
| 10 |
+
efficientnet-pytorch>=0.7.1
|
| 11 |
+
gradio>=3.40.0
|
| 12 |
+
transformers>=4.30.0
|
| 13 |
+
huggingface-hub>=0.15.0
|