Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +12 -13
requirements.txt
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
torchvision==0.15.1+cu118
|
13 |
tqdm==4.64.1
|
14 |
timm==0.9.12
|
15 |
-
gradio
|
|
|
1 |
+
matplotlib
|
2 |
+
numpy
|
3 |
+
opencv_python_headless
|
4 |
+
pandas
|
5 |
+
Pillow
|
6 |
+
scikit_image
|
7 |
+
scikit_learn
|
8 |
+
scipy
|
9 |
+
tabulate
|
10 |
+
torch==2.0.0
|
11 |
+
torchvision==0.15.1
|
|
|
12 |
tqdm==4.64.1
|
13 |
timm==0.9.12
|
14 |
+
gradio
|