Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -546,5 +546,5 @@ with gr.Blocks() as demo:
|
|
| 546 |
#demo.queue()
|
| 547 |
#demo.launch(share=True, ssr_mode=False)
|
| 548 |
#demo.launch()
|
| 549 |
-
demo.queue().launch(share=True)
|
| 550 |
#demo.launch(share=True)
|
|
|
|
| 546 |
#demo.queue()
|
| 547 |
#demo.launch(share=True, ssr_mode=False)
|
| 548 |
#demo.launch()
|
| 549 |
+
demo.queue().launch(share=True, show_error=True))
|
| 550 |
#demo.launch(share=True)
|