fl399 commited on
Commit
b2544d1
1 Parent(s): dbd43ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -246,8 +246,8 @@ with gr.Blocks(theme=theme) as demo:
246
 
247
  gr.Examples(
248
  examples=[
249
- ["deplot_case_study_4.png", "What are the acceptance rates?", "gpt-3.5-turbo"],
250
- ["deplot_case_study_4.png", "How does the acceptance rate change over the years?", "gpt-3.5-turbo"],
251
  ["deplot_case_study_m1.png", "Summarise the chart for me please.", "gpt-3.5-turbo"],
252
  ["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step.", "alpaca-lora"],
253
  ["deplot_case_study_3.png", "By how much did China's growth rate drop? Think step by step.", "alpaca-lora"],
 
246
 
247
  gr.Examples(
248
  examples=[
249
+ ["deplot_case_study_6.png", "Rank the four methods according to model performances. By how much does deplot outperform the second strongest approach on average across the two sets? Show the computation.", "gpt-3.5-turbo"]
250
+ ["deplot_case_study_4.png", "What are the acceptance rates? And how does the acceptance change over the years?", "gpt-3.5-turbo"],
251
  ["deplot_case_study_m1.png", "Summarise the chart for me please.", "gpt-3.5-turbo"],
252
  ["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step.", "alpaca-lora"],
253
  ["deplot_case_study_3.png", "By how much did China's growth rate drop? Think step by step.", "alpaca-lora"],