qtoino commited on
Commit
e918125
·
verified ·
1 Parent(s): 7974bc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ demo = gr.Interface(
23
  description=description,
24
  article=article,
25
  enable_queue=True,
26
- examples=[["example_1.png", "When is the coffee break?"], ["example_2.jpeg", "What's the population of Stoddard?"]],
27
  cache_examples=False)
28
 
29
  demo.launch()
 
23
  description=description,
24
  article=article,
25
  enable_queue=True,
26
+ examples=[["example_1.png", "How many items are sold?"]],
27
  cache_examples=False)
28
 
29
  demo.launch()