Spaces:
Runtime error
Runtime error
test
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
2 |
-
torch==
|
3 |
-
torchvision
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==1.12.0+cpu
|
3 |
+
torchvision
|
4 |
+
--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.12.0/index.html
|
5 |
+
mmcv-full==1.6.0
|
6 |
+
mmdet==2.25.0
|
7 |
+
Gradio
|
8 |
+
git+https://github.com/open-mmlab/[email protected]
|