Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
|
@@ -1,15 +1,13 @@
|
|
| 1 |
gradio==5.49.1
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
transformers==4.44.2
|
| 12 |
-
huggingface_hub>=0.24.6
|
| 13 |
|
| 14 |
# Google Sheets (optional)
|
| 15 |
gspread==6.1.0
|
|
|
|
| 1 |
gradio==5.49.1
|
| 2 |
|
| 3 |
+
diffusers>=0.27.2
|
| 4 |
+
accelerate>=0.34.0
|
| 5 |
+
gradio>=4.44.0
|
| 6 |
+
huggingface_hub>=0.24.0
|
| 7 |
+
safetensors>=0.4.3
|
| 8 |
+
Pillow>=10.3.0
|
| 9 |
+
# Torch is provided in the Space base image; if you need to pin locally, uncomment:
|
| 10 |
+
# torch==2.3.1
|
|
|
|
|
|
|
| 11 |
|
| 12 |
# Google Sheets (optional)
|
| 13 |
gspread==6.1.0
|