RamAnanth1 commited on
Commit
388565c
1 Parent(s): 049f145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ demo = gr.Interface(
27
  title="Demo: UDOP for DocVQA",
28
  description=description,
29
  article=article,
30
- examples=[["example_2.jpg", "Which company is this clearance sheet for?"],["example_1.png", "When is the coffee break?"]],
31
  cache_examples=True)
32
 
33
  demo.launch()
 
27
  title="Demo: UDOP for DocVQA",
28
  description=description,
29
  article=article,
30
+ examples=[["example_1.png", "When is the coffee break?"]],
31
  cache_examples=True)
32
 
33
  demo.launch()