Spaces:
Running
on
T4
Running
on
T4
Temporary fix - app doesnt work with pytorch 2.6 yet.
#6
by
imgprcsng
- opened
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -13,6 +13,6 @@ gradio>=4.0.0,<5
|
|
13 |
gradio-image-prompter
|
14 |
spaces
|
15 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
16 |
-
torch
|
17 |
torchvision
|
18 |
transformers
|
|
|
13 |
gradio-image-prompter
|
14 |
spaces
|
15 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
16 |
+
torch<2.6
|
17 |
torchvision
|
18 |
transformers
|