ASesYusuf1 commited on
Commit
bd470ec
·
verified ·
1 Parent(s): 3a00bdc

Update gui.py

Browse files
Files changed (1) hide show
  1. gui.py +1 -1
gui.py CHANGED
@@ -595,7 +595,7 @@ if __name__ == "__main__":
595
  app = create_interface()
596
  try:
597
  # For Hugging Face Spaces or local testing
598
- app.launch(server_name="0.0.0.0", server_port=args.port, share=False)
599
  except Exception as e:
600
  logger.error(f"Failed to launch app: {e}")
601
  raise
 
595
  app = create_interface()
596
  try:
597
  # For Hugging Face Spaces or local testing
598
+ app.launch(server_name="0.0.0.0", server_port=args.port, share=True)
599
  except Exception as e:
600
  logger.error(f"Failed to launch app: {e}")
601
  raise