Spaces:
Runtime error
Runtime error
update packages
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
-
torch==
|
3 |
torchvision
|
4 |
-
--find-links https://download.openmmlab.com/mmcv/dist/cpu/
|
|
|
5 |
mmcv==2.0.0
|
6 |
mmdet==3.0.0
|
7 |
Gradio
|
8 |
-
git+https://github.com/open-mmlab/mmocr.git
|
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==2.0.0+cpu
|
3 |
torchvision
|
4 |
+
--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch2.0.0/index.html
|
5 |
+
mmengine==0.7.2
|
6 |
mmcv==2.0.0
|
7 |
mmdet==3.0.0
|
8 |
Gradio
|
9 |
+
git+https://github.com/open-mmlab/mmocr.git@v1.0.0
|