Spaces:
Runtime error
Runtime error
santarabantoosoo commited on
Commit ·
9943afd
1
Parent(s): 3368ace
asd
Browse files
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 |
+
|