Ahsen Khaliq commited on
Commit
3c6aae1
1 Parent(s): ca57ff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import layoutparser as lp
2
  import gradio as gr
3
 
 
1
+ import os
2
+ os.system('pip install "git+https://github.com/facebookresearch/detectron2.git@v0.5#egg=detectron2"')
3
  import layoutparser as lp
4
  import gradio as gr
5