Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ with gr.Blocks() as demo:
|
|
38 |
btn2.click(fn=predict, inputs=[text_input, url_params],
|
39 |
outputs=[text_output, url_params], _js=set_window_url_params)
|
40 |
|
41 |
-
demo.launch(
|
|
|
38 |
btn2.click(fn=predict, inputs=[text_input, url_params],
|
39 |
outputs=[text_output, url_params], _js=set_window_url_params)
|
40 |
|
41 |
+
demo.launch(debug=True, show_error=True)
|