Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -475,5 +475,5 @@ with gr.Blocks() as demo:
|
|
| 475 |
#demo.queue()
|
| 476 |
#demo.launch(share=True, ssr_mode=False)
|
| 477 |
#demo.launch()
|
| 478 |
-
demo.queue().launch(share=True)
|
| 479 |
#demo.launch(share=True)
|
|
|
|
| 475 |
#demo.queue()
|
| 476 |
#demo.launch(share=True, ssr_mode=False)
|
| 477 |
#demo.launch()
|
| 478 |
+
demo.queue().launch(share=True, show_error=True)
|
| 479 |
#demo.launch(share=True)
|