Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -13,7 +13,7 @@ regex
|
|
13 |
tqdm
|
14 |
gdown
|
15 |
# Torch
|
16 |
-
--
|
17 |
torch==1.10.1+cu113
|
18 |
torchvision==0.11.2+cu113
|
19 |
|
|
|
13 |
tqdm
|
14 |
gdown
|
15 |
# Torch
|
16 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
17 |
torch==1.10.1+cu113
|
18 |
torchvision==0.11.2+cu113
|
19 |
|