Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
-
torch
|
|
|
3 |
diffusers==0.31.0
|
4 |
accelerate==1.1.1
|
5 |
transformers==4.46.2
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
diffusers==0.31.0
|
5 |
accelerate==1.1.1
|
6 |
transformers==4.46.2
|