Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -264,13 +264,13 @@ with gr.Blocks(theme="gradio/soft") as demo:
|
|
264 |
|
265 |
gr.Examples(
|
266 |
examples=[
|
267 |
-
["deplot_case_study_6.png", "Rank the four methods according to average 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"],
|
268 |
-
["deplot_case_study_4.png", "What are the acceptance rates? And how does the acceptance change over the years?", "gpt-3.5-turbo"],
|
269 |
-
["deplot_case_study_m1.png", "Summarise the chart for me please.", "gpt-3.5-turbo"],
|
270 |
#["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step.", "alpaca-lora"],
|
271 |
#["deplot_case_study_3.png", "By how much did China's growth rate drop? Think step by step.", "alpaca-lora"],
|
272 |
#["deplot_case_study_4.png", "How many papers are submitted in 2020?", "flan-ul2"],
|
273 |
-
["deplot_case_study_5.png", "Which sales channel has the second highest portion?", "flan-ul2"],
|
274 |
#["deplot_case_study_x2.png", "Summarise the chart for me please.", "alpaca-lora"],
|
275 |
#["deplot_case_study_4.png", "How many papers are submitted in 2020?", "alpaca-lora"],
|
276 |
#["deplot_case_study_m1.png", "Summarise the chart for me please.", "alpaca-lora"],
|
|
|
264 |
|
265 |
gr.Examples(
|
266 |
examples=[
|
267 |
+
["deplot_case_study_6.png", "Rank the four methods according to average 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"], # ex 1
|
268 |
+
["deplot_case_study_4.png", "What are the acceptance rates? And how does the acceptance change over the years?", "gpt-3.5-turbo"], # ex 2
|
269 |
+
["deplot_case_study_m1.png", "Summarise the chart for me please.", "gpt-3.5-turbo"], # ex 3
|
270 |
#["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step.", "alpaca-lora"],
|
271 |
#["deplot_case_study_3.png", "By how much did China's growth rate drop? Think step by step.", "alpaca-lora"],
|
272 |
#["deplot_case_study_4.png", "How many papers are submitted in 2020?", "flan-ul2"],
|
273 |
+
# ["deplot_case_study_5.png", "Which sales channel has the second highest portion?", "flan-ul2"], # ex 4
|
274 |
#["deplot_case_study_x2.png", "Summarise the chart for me please.", "alpaca-lora"],
|
275 |
#["deplot_case_study_4.png", "How many papers are submitted in 2020?", "alpaca-lora"],
|
276 |
#["deplot_case_study_m1.png", "Summarise the chart for me please.", "alpaca-lora"],
|