fffiloni commited on
Commit
c4c79eb
·
1 Parent(s): b324926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -5,11 +5,8 @@ import sys
5
 
6
  @spaces.GPU
7
  def prepare():
8
- try:
9
- from mmcv.ops import get_compiling_cuda_version, get_compiler_version
10
- except:
11
- import mim
12
- mim.install('mmcv-full==1.5.0')
13
  prepare()
14
 
15
  import mmpose
 
5
 
6
  @spaces.GPU
7
  def prepare():
8
+ import mim
9
+ mim.install('mmcv-full==1.5.0')
 
 
 
10
  prepare()
11
 
12
  import mmpose