Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -72,9 +72,6 @@ with gr.Blocks(title="UDOP") as demo:
|
|
72 |
gr.Markdown("UDOP is a cutting-edge foundation model for a document understanding and generation.")
|
73 |
gr.Markdown("Try UDOP in this demo. Simply upload a document, draw a box on part of the image you'd like UDOP to work and enter a prompt.")
|
74 |
|
75 |
-
with gr.Row():
|
76 |
-
with gr.Column(scale=1):
|
77 |
-
# Title
|
78 |
with gr.Row():
|
79 |
with gr.Column():
|
80 |
im = ImagePrompter(type="pil")
|
|
|
72 |
gr.Markdown("UDOP is a cutting-edge foundation model for a document understanding and generation.")
|
73 |
gr.Markdown("Try UDOP in this demo. Simply upload a document, draw a box on part of the image you'd like UDOP to work and enter a prompt.")
|
74 |
|
|
|
|
|
|
|
75 |
with gr.Row():
|
76 |
with gr.Column():
|
77 |
im = ImagePrompter(type="pil")
|