Taino commited on
Commit
04c93f2
·
verified ·
1 Parent(s): 783b779

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ gradio==4.44.0
2
+ ultralytics==8.3.0
3
+ opencv-python==4.8.1.78
4
+ pillow==10.0.1
5
+ numpy==1.24.3
6
+ torch>=2.0.0
7
+ torchvision>=0.15.0