SamiKhokhar commited on
Commit
e1dc991
·
verified ·
1 Parent(s): 9a59aa5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 # If using YOLOv5 via the Hugging Face model hub, adjust accordingly
 
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