Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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, '
|
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 |
|