nielsr HF staff commited on
Commit
8d2f839
1 Parent(s): 3445fac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,11 +47,11 @@ demo = gr.Interface(
47
  fn=process_document,
48
  inputs=["image", "text"],
49
  outputs="json",
50
- title=f"Demo: Donut 🍩 for DocVQA",
51
  description=description,
52
  article=article,
53
  enable_queue=True,
54
- examples=[["example_1.png", "When is the coffee break?"], ["example_2.jpeg", "What's the population of Stoddard?"],
55
  cache_examples=False)
56
 
57
  demo.launch()
 
47
  fn=process_document,
48
  inputs=["image", "text"],
49
  outputs="json",
50
+ title="Demo: Donut 🍩 for DocVQA",
51
  description=description,
52
  article=article,
53
  enable_queue=True,
54
+ examples=["example_1.png", "When is the coffee break?"], ["example_2.jpeg", "What's the population of Stoddard?"],
55
  cache_examples=False)
56
 
57
  demo.launch()