fl399 commited on
Commit
66ecb7b
1 Parent(s): 003c7c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -221,13 +221,13 @@ demo = gr.Interface(
221
  description=description,
222
  article=article,
223
  enable_queue=True,
224
- examples=[["alpaca-lora", "1-shot", "deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step."],
225
- ["alpaca-lora", "0-shot", "deplot_case_study_m1.png", "Summarise the chart for me please."],
226
- ["alpaca-lora", "1-shot", "deplot_case_study_3.png", "By how much did China's growth rate drop? Think step by step."],
227
- ["alpaca-lora", "1-shot", "deplot_case_study_4.png", "How many papers are submitted in 2020?"],
228
- ["alpaca-lora", "0-shot", "deplot_case_study_x2.png", "Summarise the chart for me please."],
229
- ["flan-ul2", "0-shot", "deplot_case_study_4.png", "How many papers are submitted in 2020?"],
230
- ["flan-ul2", "0-shot", "deplot_case_study_m1.png", "Summarise the chart for me please."],
231
  ],
232
  cache_examples=True)
233
 
 
221
  description=description,
222
  article=article,
223
  enable_queue=True,
224
+ examples=[["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step.", "alpaca-lora", "1-shot"],
225
+ ["deplot_case_study_m1.png", "Summarise the chart for me please.", "alpaca-lora", "0-shot"],
226
+ ["deplot_case_study_3.png", "By how much did China's growth rate drop? Think step by step.", "alpaca-lora", "1-shot"],
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)
233