akdeniz27 commited on
Commit
c25daa5
1 Parent(s): f0991cc

Update app.py

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