kevinwang676 commited on
Commit
9bda252
·
verified ·
1 Parent(s): 4ab6439

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)