Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -190,7 +190,7 @@ with gr.Blocks() as demo:
|
|
| 190 |
with gr.Column():
|
| 191 |
pass
|
| 192 |
|
| 193 |
-
demo.launch()
|
| 194 |
|
| 195 |
|
| 196 |
# gradio_interface = gradio.Interface(
|
|
|
|
| 190 |
with gr.Column():
|
| 191 |
pass
|
| 192 |
|
| 193 |
+
demo.launch(show_error=True)
|
| 194 |
|
| 195 |
|
| 196 |
# gradio_interface = gradio.Interface(
|