fix(aether-arena): Space launch on 0.0.0.0:7860

This commit is contained in:
ruv 2026-05-30 17:10:17 -04:00
parent 5284591770
commit c1c04441e9
1 changed files with 1 additions and 1 deletions

View File

@ -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)