dperales commited on
Commit
bfa34a7
1 Parent(s): 2fd858f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,8 +1,8 @@
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 streamlit as st
8
  from PIL import Image
 
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 streamlit as st
8
  from PIL import Image