Skip to content

Add WebUI host and port options#53

Open
ragged wants to merge 1 commit intoekwek1:mainfrom
ragged:codex/add-parameter-for-listen-ip-and-port
Open

Add WebUI host and port options#53
ragged wants to merge 1 commit intoekwek1:mainfrom
ragged:codex/add-parameter-for-listen-ip-and-port

Conversation

@ragged
Copy link
Copy Markdown

@ragged ragged commented Jan 26, 2026

Motivation

Provide a simple way to control the WebUI bind address and port so users can change the listen IP and/or use a fixed port instead of the auto-selected port.

Description

Add CLI arguments --host (default 127.0.0.1) and --port (default None) to soprano/webui.py and wire them into demo.launch, using find_free_port when --port is not specified.
Update README.md to document usage examples for --host and --port when starting the WebUI.

Testing

No automated tests were run for this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant