Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
torch==2.
|
2 |
-
torchvision==0.
|
3 |
-
gradio==
|
4 |
-
diffusers==0.
|
5 |
-
transformers==4.
|
6 |
-
accelerate==0.
|
7 |
-
huggingface-hub==0.
|
8 |
-
Pillow==10.
|
9 |
-
safetensors==0.4.
|
|
|
|
1 |
+
torch==2.2.1
|
2 |
+
torchvision==0.17.1
|
3 |
+
gradio==4.25.0
|
4 |
+
diffusers==0.27.2
|
5 |
+
transformers==4.39.3
|
6 |
+
accelerate==0.29.3
|
7 |
+
huggingface-hub==0.22.2
|
8 |
+
Pillow==10.3.0
|
9 |
+
safetensors==0.4.3
|
10 |
+
omegaconf==2.3.0
|