Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
tqdm==4.66.1
|
| 10 |
-
einops==0.6.1
|
| 11 |
-
timm==0.9.2
|
| 12 |
-
pandas==2.0.3
|
| 13 |
-
scikit-learn==1.3.2
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
| 3 |
+
transformers
|
| 4 |
+
gradio
|
| 5 |
+
datasets
|
| 6 |
+
pandas
|
| 7 |
+
scikit-learn
|
| 8 |
+
matplotlib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|