Spaces:
Build error
Build error
Commit
·
6060091
1
Parent(s):
ce1c64b
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
streamlit
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
mmdet
|
5 |
pillow==6.2.1
|
6 |
mmcv==0.4.3
|
|
|
1 |
streamlit
|
2 |
+
torch -f https://download.pytorch.org/whl/torch_stable.html
|
3 |
+
torchvision -f https://download.pytorch.org/whl/torch_stable.html
|
4 |
mmdet
|
5 |
pillow==6.2.1
|
6 |
mmcv==0.4.3
|