Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/pdf/2210.033
|
|
17 |
demo = gr.Interface(
|
18 |
fn=process_document,
|
19 |
inputs=["image", "text"],
|
20 |
-
outputs="
|
21 |
title="Demo: pix2struct for DocVQA",
|
22 |
description=description,
|
23 |
article=article,
|
|
|
17 |
demo = gr.Interface(
|
18 |
fn=process_document,
|
19 |
inputs=["image", "text"],
|
20 |
+
outputs="text",
|
21 |
title="Demo: pix2struct for DocVQA",
|
22 |
description=description,
|
23 |
article=article,
|