Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
diffusers
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|