yukee1992 commited on
Commit
a5e1711
·
verified ·
1 Parent(s): adfd61d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -12
requirements.txt CHANGED
@@ -1,12 +1,7 @@
1
- torch
2
- diffusers
3
- accelerate
4
- transformers
5
- fastapi
6
- uvicorn
7
- python-multipart
8
- pillow
9
- google-api-python-client
10
- google-auth-httplib2
11
- google-auth-oauthlib
12
- google-auth
 
1
+ gradio>=3.50.0
2
+ diffusers>=0.24.0
3
+ transformers>=4.35.0
4
+ torch>=2.0.0
5
+ accelerate>=0.24.0
6
+ pillow>=10.0.0
7
+ requests>=2.31.0