Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
gradio==3.
|
4 |
-
diffusers==0.
|
5 |
-
transformers==4.
|
6 |
-
accelerate==0.
|
7 |
-
huggingface-hub==0.19.
|
8 |
-
Pillow
|
9 |
-
safetensors
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
+
gradio==3.48.0
|
4 |
+
diffusers==0.23.1
|
5 |
+
transformers==4.34.1
|
6 |
+
accelerate==0.24.1
|
7 |
+
huggingface-hub==0.19.4
|
8 |
+
Pillow==10.0.0
|
9 |
+
safetensors==0.4.0
|