Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
gradio==
|
4 |
-
diffusers==0.
|
5 |
transformers==4.35.0
|
6 |
accelerate==0.25.0
|
7 |
-
huggingface-hub==0.
|
8 |
-
Pillow
|
9 |
-
safetensors
|
|
|
1 |
+
torch>=2.0.1
|
2 |
+
torchvision>=0.15.2
|
3 |
+
gradio==3.50.0
|
4 |
+
diffusers==0.24.0
|
5 |
transformers==4.35.0
|
6 |
accelerate==0.25.0
|
7 |
+
huggingface-hub==0.19.3
|
8 |
+
Pillow>=10.0.0
|
9 |
+
safetensors>=0.3.1
|