mirror of
https://github.com/ruvnet/RuView
synced 2026-06-09 10:13:17 +00:00
fix(aether-arena): Space launch on 0.0.0.0:7860
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user