santarabantoosoo commited on
Commit
9943afd
1 Parent(s): 3368ace
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -269,5 +269,5 @@ with gr.Blocks() as demo:
269
  sent_button.click(display_plot, inputs=text_input, outputs= sent_plot)
270
 
271
 
272
- demo.launch(debug=True);
273
-
 
269
  sent_button.click(display_plot, inputs=text_input, outputs= sent_plot)
270
 
271
 
272
+ demo.launch(debug=True, show_error = True);
273
+