merve HF staff commited on
Commit
6535c47
β€’
1 Parent(s): 46d5a11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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")