kjyong commited on
Commit
dd78d4b
1 Parent(s): b2624a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ if os.environ.get('SYSTEM') == 'spaces':
22
  subprocess.call(shlex.split('sed -i 23,26d __init__.py'),
23
  cwd='insightface/detection/scrfd/mmdet')
24
  import mim
25
- mim.install('mmcv-full==1.4', is_yes=True)
26
 
27
  import cv2
28
  import gradio as gr
 
22
  subprocess.call(shlex.split('sed -i 23,26d __init__.py'),
23
  cwd='insightface/detection/scrfd/mmdet')
24
  import mim
25
+ mim.install('mmcv-full==1.7.2', is_yes=True)
26
 
27
  import cv2
28
  import gradio as gr