dnth commited on
Commit
85b86e0
1 Parent(s): bb7cb7c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- mmdet==2.19.0
2
- gradio
3
- #git+https://github.com/gradio-app/gradio.git
4
- icevision[all]
5
- mmcv-full==1.3.17 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
6
 
7
 
 
1
+ --find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
2
+ mmcv-full==1.3.17
3
+ mmdet==2.17.0
4
+ gradio==2.7.5
5
+ icevision[all] == 0.12.0
6
 
7