thimwai commited on
Commit
20fcd14
·
verified ·
1 Parent(s): 6831cec

Replace cv2 with opencv-python

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio
2
- ultralytics
3
- cv2
4
  numpy
 
1
+ gradio
2
+ ultralytics
3
+ opencv-python
4
  numpy