IFMedTechdemo commited on
Commit
2fa354b
·
verified ·
1 Parent(s): 552875d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ gradio
2
+ torch>=2.0.0
3
+ torchvision>=0.15.0
4
+ opencv-python>=4.8.0
5
+ numpy>=1.24.0
6
+ matplotlib>=3.7.0
7
+ Pillow>=10.0.0