k-mktr commited on
Commit
b282b49
1 Parent(s): 0975917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -486,5 +486,5 @@ with gr.Blocks(css="""
486
  if __name__ == "__main__":
487
  # Initialize ELO ratings before launching the app
488
  ensure_elo_ratings_initialized()
489
- demo.launch(show_api=False, share=True, share_server_address="oqkd.site:7000")
490
 
 
486
  if __name__ == "__main__":
487
  # Initialize ELO ratings before launching the app
488
  ensure_elo_ratings_initialized()
489
+ demo.launch(show_api=False)
490