ritz26 commited on
Commit
54950db
·
1 Parent(s): 9585106

Fix dependency version mismatch

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,10 +1,8 @@
1
- Flask==2.3.3
2
- gunicorn==21.2.0
3
- Pillow==10.1.0
4
- opencv-python==4.9.0.80
5
- torch==2.2.0
6
- torchvision==0.17.0
7
- mediapipe==0.10.21
8
- transformers==4.40.1
9
- diffusers==0.27.2
10
- safetensors==0.4.2
 
1
+ torch
2
+ transformers
3
+ diffusers==0.20.2
4
+ huggingface_hub==0.17.1
5
+ Pillow
6
+ opencv-python
7
+ mediapipe
8
+ gradio