Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
ultralytics
|
| 2 |
-
gradio
|
| 3 |
-
opencv-python
|
| 4 |
-
numpy
|
|
|
|
| 1 |
ultralytics
|
| 2 |
+
gradio>=3.50 # Camera is supported from v3.0+
|
| 3 |
+
opencv-python
|
| 4 |
+
numpy
|