taellinglin commited on
Commit
ce18c3f
·
verified ·
1 Parent(s): 3e23f63

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ torch>=2.0
2
+ torchvision>=0.15
3
+ gradio>=4.0
4
+ numpy>=1.23
5
+ opencv-python>=4.8.0.76
6
+ Pillow>=10.0
7
+ matplotlib>=3.7