Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|