MLap commited on
Commit
bf20a79
·
verified ·
1 Parent(s): cd85e77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,4 +86,4 @@ def build_app():
86
 
87
  if __name__ == "__main__":
88
  app = build_app()
89
- app.launch(share=False, server_name="127.0.0.1", server_port=7860)
 
86
 
87
  if __name__ == "__main__":
88
  app = build_app()
89
+ app.launch(share=True, server_name="127.0.0.1", server_port=7860)