Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch>=2.
|
2 |
-
diffusers>=0.26.0
|
3 |
transformers>=4.37.2
|
|
|
4 |
gradio>=3.36
|
5 |
Pillow
|
6 |
numpy
|
|
|
1 |
+
torch>=2.2.0
|
|
|
2 |
transformers>=4.37.2
|
3 |
+
torchvision
|
4 |
gradio>=3.36
|
5 |
Pillow
|
6 |
numpy
|