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