yukee1992 commited on
Commit
4458d59
·
verified ·
1 Parent(s): 79c85c7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -16
requirements.txt CHANGED
@@ -1,16 +1,12 @@
1
- gradio==4.9.0
2
- diffusers==0.26.3
3
- transformers==4.37.2
4
- torch==2.1.2
5
- torchvision==0.16.2
6
- accelerate==0.27.2
7
- pillow==10.2.0
8
- requests==2.31.0
9
- fastapi==0.104.1
10
- uvicorn==0.24.0
11
- python-multipart==0.0.6
12
- safetensors==0.4.2
13
- huggingface-hub==0.20.3
14
- numpy==1.26.4
15
- rembg==2.0.53
16
- opencv-python-headless==4.9.0.80
 
1
+ gradio>=4.0.0
2
+ diffusers>=0.26.0
3
+ transformers>=4.35.0
4
+ torch>=2.0.0
5
+ accelerate>=0.24.0
6
+ pillow>=10.0.0
7
+ fastapi>=0.104.0
8
+ uvicorn>=0.24.0
9
+ python-multipart>=0.0.6
10
+ huggingface-hub>=0.20.0
11
+ numpy>=1.24.0
12
+ requests>=2.28.0