mpasila commited on
Commit
3327cac
·
verified ·
1 Parent(s): 73f89cd

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -639,7 +639,7 @@ def main():
639
 
640
  # Create and launch the UI
641
  demo = create_ui()
642
- demo.launch(server_name=args.host, server_port=args.port)
643
 
644
 
645
  if __name__ == "__main__":
 
639
 
640
  # Create and launch the UI
641
  demo = create_ui()
642
+ demo.launch(server_name=args.host, server_port=args.port, debug=True, share=True)
643
 
644
 
645
  if __name__ == "__main__":