Fangyu Liu commited on
Commit
0542a87
1 Parent(s): c619767

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ demo = gr.Interface(
187
  ["deplot_case_study_m1.png", "Summarise the chart for me please."]
188
  ["deplot_case_study_3.png", "By how much did China's growth rate drop? Think step by step."],
189
  ["deplot_case_study_4.png", "How many papers are submitted in 2020?"],
190
- ["deplot_case_study_x2.png", "Summarise the chart for me please."]]
191
  cache_examples=False)
192
 
193
  demo.launch()
 
187
  ["deplot_case_study_m1.png", "Summarise the chart for me please."]
188
  ["deplot_case_study_3.png", "By how much did China's growth rate drop? Think step by step."],
189
  ["deplot_case_study_4.png", "How many papers are submitted in 2020?"],
190
+ ["deplot_case_study_x2.png", "Summarise the chart for me please."]],
191
  cache_examples=False)
192
 
193
  demo.launch()