Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -348,4 +348,4 @@ if __name__ == "__main__":
|
|
348 |
logger.info("Warming up done, launching the web UI...")
|
349 |
|
350 |
app = build_app()
|
351 |
-
app.launch(share=True)
|
|
|
348 |
logger.info("Warming up done, launching the web UI...")
|
349 |
|
350 |
app = build_app()
|
351 |
+
app.launch(share=True, show_error=True)
|