Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -378,4 +378,4 @@ with gr.Blocks(css=css) as demo:
|
|
| 378 |
outputs=[output]
|
| 379 |
)
|
| 380 |
|
| 381 |
-
demo.queue().launch(show_api=
|
|
|
|
| 378 |
outputs=[output]
|
| 379 |
)
|
| 380 |
|
| 381 |
+
demo.queue().launch(show_api=True, show_error=True, share = True)
|