Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ if os.getenv('SYSTEM') == 'spaces':
|
|
9 |
import mim
|
10 |
|
11 |
mim.uninstall('mmcv-full', confirm_yes=True)
|
12 |
-
mim.install('mmcv-full==1.
|
13 |
|
14 |
subprocess.call('pip uninstall -y opencv-python'.split())
|
15 |
subprocess.call('pip uninstall -y opencv-python-headless'.split())
|
|
|
9 |
import mim
|
10 |
|
11 |
mim.uninstall('mmcv-full', confirm_yes=True)
|
12 |
+
mim.install('mmcv-full==1.4.3', is_yes=True)
|
13 |
|
14 |
subprocess.call('pip uninstall -y opencv-python'.split())
|
15 |
subprocess.call('pip uninstall -y opencv-python-headless'.split())
|