Spaces:
Sleeping
Sleeping
Update torch version
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
diffusers==0.34.0
|
| 2 |
gradio==4.44.0
|
| 3 |
-
torch=
|
| 4 |
-
transformers
|
|
|
|
| 1 |
diffusers==0.34.0
|
| 2 |
gradio==4.44.0
|
| 3 |
+
torch>=2.6 --index-url https://download.pytorch.org/whl/cu128
|
| 4 |
+
transformers==4.44.0
|