Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -189,4 +189,4 @@ demo = gr.Interface(
|
|
189 |
["deplot_case_study_x2.png", "Summarise the chart for me please."]],
|
190 |
cache_examples=True)
|
191 |
|
192 |
-
demo.launch()
|
|
|
189 |
["deplot_case_study_x2.png", "Summarise the chart for me please."]],
|
190 |
cache_examples=True)
|
191 |
|
192 |
+
demo.launch(debug=True)
|