Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
try:
|
2 |
import detectron2
|
3 |
except:
|
|
|
4 |
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
5 |
|
6 |
import os
|
|
|
1 |
try:
|
2 |
import detectron2
|
3 |
except:
|
4 |
+
import os
|
5 |
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
6 |
|
7 |
import os
|