daniel0708 commited on
Commit
e2d988b
·
verified ·
1 Parent(s): 0449649

feat: add transformers and torch dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- ultralytics==8.3.30
2
- opencv-python-headless==4.9.0.80
3
- gradio
4
- numpy==1.26.4
5
- Pillow==10.4.0
 
 
 
1
+ ultralytics==8.3.30
2
+ opencv-python-headless==4.9.0.80
3
+ gradio
4
+ numpy==1.26.4
5
+ Pillow==10.4.0
6
+ transformers>=4.40.0
7
+ torch>=2.0.0