Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
ultralytics
|
4 |
-
|
5 |
-
imageio-ffmpeg==0.5.0
|
6 |
-
numpy==1.26.4
|
7 |
-
pillow==10.4.0
|
|
|
1 |
+
gradio
|
2 |
+
torch>=2.0.0
|
3 |
+
ultralytics>=8.0.0
|
4 |
+
opencv-python
|
|
|
|
|
|