Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
3c6aae1
1
Parent(s):
ca57ff8
Update app.py
Browse files
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/[email protected]#egg=detectron2"')
|
3 |
import layoutparser as lp
|
4 |
import gradio as gr
|
5 |
|