RamAnanth1 commited on
Commit
e18f42e
·
verified ·
1 Parent(s): 6f8bbfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/pdf/2212.026
23
  demo = gr.Interface(
24
  fn=process_document,
25
  inputs=["image", gr.Textbox(label = "Question" )],
26
- outputs=gr.Textbox(label = "Response" )
27
  title="Demo: UDOP for DocVQA",
28
  description=description,
29
  article=article,
 
23
  demo = gr.Interface(
24
  fn=process_document,
25
  inputs=["image", gr.Textbox(label = "Question" )],
26
+ outputs=gr.Textbox(label = "Response" ),
27
  title="Demo: UDOP for DocVQA",
28
  description=description,
29
  article=article,