Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -207,11 +207,11 @@ demo = gr.Interface(
|
|
207 |
description=description,
|
208 |
article=article,
|
209 |
enable_queue=True,
|
210 |
-
examples=[["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step."],
|
211 |
-
["deplot_case_study_m1.png", "Summarise the chart for me please."],
|
212 |
-
["deplot_case_study_3.png", "By how much did China's growth rate drop? Think step by step."],
|
213 |
-
["deplot_case_study_4.png", "How many papers are submitted in 2020?"],
|
214 |
-
["deplot_case_study_x2.png", "Summarise the chart for me please."]],
|
215 |
cache_examples=True)
|
216 |
|
217 |
demo.launch(debug=True)
|
|
|
207 |
description=description,
|
208 |
article=article,
|
209 |
enable_queue=True,
|
210 |
+
examples=[["alpaca-lora", "deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step."],
|
211 |
+
["alpaca-lora", "deplot_case_study_m1.png", "Summarise the chart for me please."],
|
212 |
+
["alpaca-lora", "deplot_case_study_3.png", "By how much did China's growth rate drop? Think step by step."],
|
213 |
+
["alpaca-lora", "deplot_case_study_4.png", "How many papers are submitted in 2020?"],
|
214 |
+
["alpaca-lora", "deplot_case_study_x2.png", "Summarise the chart for me please."]],
|
215 |
cache_examples=True)
|
216 |
|
217 |
demo.launch(debug=True)
|