Spaces:
Runtime error
Runtime error
add torchvision source
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ flax
|
|
8 |
pillow
|
9 |
-f https://download.pytorch.org/whl/cu113/torch/
|
10 |
torch==1.12.1+cu113
|
|
|
11 |
torchvision==0.13.0+cu113
|
|
|
8 |
pillow
|
9 |
-f https://download.pytorch.org/whl/cu113/torch/
|
10 |
torch==1.12.1+cu113
|
11 |
+
-f https://download.pytorch.org/whl/cu113/torchvision/
|
12 |
torchvision==0.13.0+cu113
|