Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
gradio==6.4.0
|
| 2 |
numpy==2.4.1
|
| 3 |
-
|
| 4 |
-
|
| 5 |
torch==2.6.0
|
| 6 |
torchvision==0.21.0
|
| 7 |
-
|
|
|
|
| 1 |
gradio==6.4.0
|
| 2 |
numpy==2.4.1
|
| 3 |
+
opencv-python-headless>=4.8
|
| 4 |
+
scikit-image>=0.21
|
| 5 |
torch==2.6.0
|
| 6 |
torchvision==0.21.0
|
|
|