test1444 commited on
Commit
ceea3e4
·
1 Parent(s): d024259

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import subprocess
4
  try:
5
  from mmcv.ops import get_compiling_cuda_version, get_compiler_version
6
  except:
7
- subprocess.check_call([sys.executable, '-m', 'mim', 'install',
8
  'mmcv-full==1.5.0'])
9
  from mmcv.ops import get_compiling_cuda_version, get_compiler_version
10
 
 
4
  try:
5
  from mmcv.ops import get_compiling_cuda_version, get_compiler_version
6
  except:
7
+ subprocess.check_call([sys.executable, 'mim', 'install',
8
  'mmcv-full==1.5.0'])
9
  from mmcv.ops import get_compiling_cuda_version, get_compiler_version
10