MITTop commited on
Commit
91d616c
·
verified ·
1 Parent(s): ccd4124

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.0.0
2
+ torch>=2.0.0
3
+ torchvision>=0.15.0
4
+ timm>=0.9.0
5
+ opencv-python-headless>=4.7.0
6
+ Pillow>=9.0.0
7
+ numpy>=1.24.0