diff --git a/aether-arena/space/app.py b/aether-arena/space/app.py index bab8c9f8..91324582 100644 --- a/aether-arena/space/app.py +++ b/aether-arena/space/app.py @@ -126,4 +126,4 @@ with gr.Blocks(title="AetherArena — Spatial-Intelligence Benchmark") as demo: gr.Markdown(ABOUT) if __name__ == "__main__": - demo.launch() + demo.launch(server_name="0.0.0.0", server_port=7860)