BlakeL commited on
Commit
7d8093b
·
verified ·
1 Parent(s): f8c7bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -514,4 +514,4 @@ if __name__ == "__main__":
514
  print(f"📱 Local URL: http://localhost:{port}")
515
  print(f"🌐 Public URL will be provided once the app starts")
516
 
517
- demo.launch(share=True, server_name="0.0.0.0", server_port=port)
 
514
  print(f"📱 Local URL: http://localhost:{port}")
515
  print(f"🌐 Public URL will be provided once the app starts")
516
 
517
+ demo.launch(share=True)