Spaces:
Sleeping
Sleeping
Temporary fix - app doesnt work with pytorch 2.6 yet. (#6)
Browse files- Temporary fix - app doesnt work with pytorch 2.6 yet. (eead0c4f48bf0c022d6e3f61da2b80f4822c12f3)
Co-authored-by: Prasanna Sridhar <[email protected]>
- 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
|