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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ demo = gr.Interface(
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()
 
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_x2.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()