Spaces:
Runtime error
Runtime error
update
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
https://download.pytorch.org/whl/
|
2 |
-
|
3 |
-
|
|
|
4 |
numpy==1.23.1
|
5 |
gradio==3.16.2
|
6 |
albumentations==1.3.0
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
torch==1.13.1+cu117
|
3 |
+
torchvision==0.14.1+cu117
|
4 |
+
torchaudio==0.13.1
|
5 |
numpy==1.23.1
|
6 |
gradio==3.16.2
|
7 |
albumentations==1.3.0
|