Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
|
|
1 |
ultralytics==8.0.196
|
2 |
-
opencv-python
|
3 |
gradio==4.7.1
|
4 |
torch>=1.11.0,<2.6.0
|
5 |
torchvision>=0.12.0
|
|
|
1 |
+
|
2 |
ultralytics==8.0.196
|
3 |
+
opencv-contrib-python==4.8.1.78
|
4 |
gradio==4.7.1
|
5 |
torch>=1.11.0,<2.6.0
|
6 |
torchvision>=0.12.0
|