Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,5 +2,6 @@ torch==1.13.1
|
|
2 |
gradio==3.5.2
|
3 |
Pillow==9.2.0
|
4 |
opencv-python-headless==4.5.5.62
|
5 |
-
yolov5==6.2.0 #
|
|
|
6 |
|
|
|
2 |
gradio==3.5.2
|
3 |
Pillow==9.2.0
|
4 |
opencv-python-headless==4.5.5.62
|
5 |
+
yolov5==6.2.0 # Make sure the YOLOv5 version matches your training setup
|
6 |
+
|
7 |
|