SamiKhokhar commited on
Commit
00ace93
·
verified ·
1 Parent(s): e1dc991

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- 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 # Make sure the YOLOv5 version matches your training setup
 
6
 
7
 
 
1
+ torch==1.12.1
2
+ torchvision==0.13.1
3
+ ultralytics==8.0.0
4
+ gradio==3.0.10
5
+ Pillow==8.4.0
6
+
7
 
8