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

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(show_api=False)
 
348
  logger.info("Warming up done, launching the web UI...")
349
 
350
  app = build_app()
351
+ app.launch(share=True)