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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -228,6 +228,7 @@ demo = gr.Interface(
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
  cache_examples=True)
232
 
233
  demo.launch(debug=True)
 
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
 
234
  demo.launch(debug=True)