Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
-
-f https://download.openmmlab.com/mmcv/dist/cpu/torch1.
|
3 |
torch==1.12.1+cpu
|
4 |
torchvision==0.13.1+cpu
|
5 |
sahi==0.11.6
|
6 |
mmdet==2.25.2
|
7 |
-
mmcv==1.6.1
|
8 |
streamlit-image-comparison==0.0.4
|
9 |
streamlit==1.22.0
|
|
|
1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
-f https://download.openmmlab.com/mmcv/dist/cpu/torch1.12.0/index.html
|
3 |
torch==1.12.1+cpu
|
4 |
torchvision==0.13.1+cpu
|
5 |
sahi==0.11.6
|
6 |
mmdet==2.25.2
|
7 |
+
mmcv-full==1.6.1
|
8 |
streamlit-image-comparison==0.0.4
|
9 |
streamlit==1.22.0
|