Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,8 @@ if os.getenv('SYSTEM') == 'spaces':
|
|
| 11 |
import mim
|
| 12 |
|
| 13 |
mim.uninstall('mmcv-full', confirm_yes=True)
|
| 14 |
-
mim.install('mmcv-full==1.5.2', is_yes=True)
|
|
|
|
| 15 |
|
| 16 |
subprocess.call('pip uninstall -y opencv-python'.split())
|
| 17 |
subprocess.call('pip uninstall -y opencv-python-headless'.split())
|
|
|
|
| 11 |
import mim
|
| 12 |
|
| 13 |
mim.uninstall('mmcv-full', confirm_yes=True)
|
| 14 |
+
#mim.install('mmcv-full==1.5.2', is_yes=True)
|
| 15 |
+
mim.install('mmcv-full==1.4.0', is_yes=True)
|
| 16 |
|
| 17 |
subprocess.call('pip uninstall -y opencv-python'.split())
|
| 18 |
subprocess.call('pip uninstall -y opencv-python-headless'.split())
|