Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|