Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
opencv-python==4.9.0.80
|
3 |
+
Pillow==10.2.0
|
4 |
+
numpy==1.26.3
|
5 |
+
torch==2.1.2
|
6 |
+
torchvision==0.16.2
|
7 |
+
scikit-image==0.22.0
|
8 |
+
scipy==1.12.0
|
9 |
+
matplotlib==3.8.2
|