SamiKhokhar commited on
Commit
d415495
·
verified ·
1 Parent(s): bbe4eba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- torch==1.13.1+cu116
2
- gradio==3.22.1
3
- Pillow==9.0.0
4
- opencv-python-headless==4.5.3.56 # For environments like Hugging Face Spaces
5
- groq==0.1.2
6
- ultralytics==8.0.6 # YOLOv5
7
 
 
1
+ torch
2
+ torchvision
3
+ gradio
4
+ ultralytics
5
+ Pillow
 
6