Frorozcol commited on
Commit
6044e8b
·
1 Parent(s): 3e4aaa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -1,11 +1,3 @@
1
- try:
2
- import detectron2
3
- except:
4
- import os
5
- os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
6
-
7
-
8
-
9
  import streamlit as st
10
  from PIL import Image
11
  import numpy as np
 
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
  from PIL import Image
3
  import numpy as np