ChongMou commited on
Commit
0cf589a
·
1 Parent(s): 763f845

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import os
2
  os.system('pip3 install openmim')
3
- os.system('mim install mmcv-full')
4
- os.system('git clone https://github.com/open-mmlab/mmpose.git')
5
  os.system('pip3 install mmpose')
6
  os.system('pip3 install mmdet')
7
  os.system('pip3 install gradio')
 
1
  import os
2
  os.system('pip3 install openmim')
3
+ os.system('mim install mmcv-full==1.5.2')
 
4
  os.system('pip3 install mmpose')
5
  os.system('pip3 install mmdet')
6
  os.system('pip3 install gradio')