qtoino commited on
Commit
e5bbea8
1 Parent(s): 251d639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ demo = gr.Interface(
22
  title="Demo: pix2struct for DocVQA",
23
  description=description,
24
  article=article,
25
- examples=[["example_1.png", "How many items are sold?"]],
26
  cache_examples=False)
27
 
28
  demo.launch()
 
22
  title="Demo: pix2struct for DocVQA",
23
  description=description,
24
  article=article,
25
+ examples=[["docvqa_example.png", "How many items are sold?"]],
26
  cache_examples=False)
27
 
28
  demo.launch()