ASesYusuf1 commited on
Commit
2dc94b5
·
verified ·
1 Parent(s): a3908c3

Update gui.py

Browse files
Files changed (1) hide show
  1. gui.py +1 -1
gui.py CHANGED
@@ -611,7 +611,7 @@ if __name__ == "__main__":
611
  app = create_interface()
612
  try:
613
  # For Hugging Face Spaces
614
- app.launch(server_name="0.0.0.0", server_port=args.port, share=False)
615
  except Exception as e:
616
  logger.error(f"Failed to launch app: {e}")
617
  raise
 
611
  app = create_interface()
612
  try:
613
  # For Hugging Face Spaces
614
+ app.launch(server_name="0.0.0.0", server_port=args.port, share=True)
615
  except Exception as e:
616
  logger.error(f"Failed to launch app: {e}")
617
  raise