NitinBot001 commited on
Commit
276e47a
·
verified ·
1 Parent(s): 7ee2d3d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ torch>=2.0.0
3
+ torchvision>=0.15.0
4
+ diffusers>=0.25.0
5
+ transformers>=4.35.0
6
+ accelerate>=0.24.0
7
+ spaces>=0.19.4
8
+ Pillow>=9.5.0
9
+ opencv-python>=4.8.0
10
+ fastapi>=0.104.0
11
+ uvicorn[standard]>=0.24.0
12
+ python-multipart>=0.0.6
13
+ numpy>=1.24.0
14
+ safetensors>=0.4.0
15
+ huggingface-hub>=0.19.0