mostlycached commited on
Commit
28889af
·
verified ·
1 Parent(s): b16f2d1

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=3.50.2
2
+ torch>=2.0.0
3
+ numpy>=1.24.0
4
+ opencv-python>=4.8.0
5
+ pillow>=10.0.0
6
+ transformers>=4.30.0
7
+ diffusers>=0.19.0
8
+ accelerate>=0.20.0
9
+ safetensors>=0.3.1
10
+ scipy>=1.10.0
11
+ scikit-image>=0.20.0