Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ try:
|
|
| 31 |
except:
|
| 32 |
import os
|
| 33 |
os.system('pip install --upgrade pip')
|
| 34 |
-
os.system('pip install cloudpickle')
|
| 35 |
os.system('pip install -U fvcore')
|
| 36 |
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git@a1ce2f9' --no-build-isolation --no-deps")
|
| 37 |
|
|
|
|
| 31 |
except:
|
| 32 |
import os
|
| 33 |
os.system('pip install --upgrade pip')
|
| 34 |
+
os.system('pip install cloudpickle pycocotools')
|
| 35 |
os.system('pip install -U fvcore')
|
| 36 |
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git@a1ce2f9' --no-build-isolation --no-deps")
|
| 37 |
|