Skip to content

Commit

Permalink
Update webui.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aarni Koskela <[email protected]>
  • Loading branch information
ranareehanaslam and akx authored Dec 19, 2023
1 parent fe4d084 commit 0d5941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def api_only():

print(f"Startup time: {startup_timer.summary()}.")
api.launch(
server_name = cmd_opts.server_name if cmd_opts.server_name else ("0.0.0.0" if cmd_opts.listen else "127.0.0.1"),
server_name=cmd_opts.server_name or ("0.0.0.0" if cmd_opts.listen else "127.0.0.1"),
port=cmd_opts.port if cmd_opts.port else 7861,
root_path=f"/{cmd_opts.subpath}" if cmd_opts.subpath else ""
)
Expand Down

0 comments on commit 0d5941e

Please sign in to comment.