Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|