Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
safetensors
|
| 5 |
-
|
| 6 |
gradio
|
| 7 |
python-dotenv
|
| 8 |
-
Pillow
|
|
|
|
| 1 |
+
torch==2.1.2
|
| 2 |
+
torchvision==0.16.2
|
| 3 |
+
transformers==4.36.2
|
| 4 |
+
diffusers==0.24.0
|
| 5 |
+
accelerate==0.25.0
|
| 6 |
safetensors
|
| 7 |
+
Pillow
|
| 8 |
gradio
|
| 9 |
python-dotenv
|
|
|