fl399 commited on
Commit
40d28d3
1 Parent(s): 66ecb7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -227,6 +227,7 @@ demo = gr.Interface(
227
  ["deplot_case_study_4.png", "How many papers are submitted in 2020?", "alpaca-lora", "1-shot"],
228
  ["deplot_case_study_x2.png", "Summarise the chart for me please.", "alpaca-lora", "0-shot"],
229
  ["deplot_case_study_4.png", "How many papers are submitted in 2020?", "flan-ul2", "0-shot"],
 
230
  ["deplot_case_study_m1.png", "Summarise the chart for me please.", "flan-ul2", "0-shot"],
231
  ],
232
  cache_examples=True)
 
227
  ["deplot_case_study_4.png", "How many papers are submitted in 2020?", "alpaca-lora", "1-shot"],
228
  ["deplot_case_study_x2.png", "Summarise the chart for me please.", "alpaca-lora", "0-shot"],
229
  ["deplot_case_study_4.png", "How many papers are submitted in 2020?", "flan-ul2", "0-shot"],
230
+ ["deplot_case_study_4.png", "acceptance rate = # accepted / #submitted . What is the acceptance rate of 2010?", "flan-ul2", "0-shot"],
231
  ["deplot_case_study_m1.png", "Summarise the chart for me please.", "flan-ul2", "0-shot"],
232
  ],
233
  cache_examples=True)