Fangyu Liu commited on
Commit
925ce8d
1 Parent(s): ccb19a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -173,7 +173,8 @@ demo = gr.Interface(
173
  description=description,
174
  article=article,
175
  enable_queue=True,
176
- examples=[["example_1.png", "When is the coffee break?"], ["example_2.jpeg", "What's the population of Stoddard?"]],
 
177
  cache_examples=False)
178
 
179
  demo.launch()
 
173
  description=description,
174
  article=article,
175
  enable_queue=True,
176
+ examples=[["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step."],
177
+ ["deplot_case_study_x1.png", "By how much does the number increase from 2006 to 2011? Remember to think step by step."]],
178
  cache_examples=False)
179
 
180
  demo.launch()