Skip to content

Commit

Permalink
Change --nowebui default port to 7860
Browse files Browse the repository at this point in the history
  • Loading branch information
missionfloyd authored Nov 6, 2024
1 parent 82a973c commit 85c3f29
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 @@ -40,7 +40,7 @@ def api_only():
print(f"Startup time: {startup_timer.summary()}.")
api.launch(
server_name=initialize_util.gradio_server_name(),
port=cmd_opts.port if cmd_opts.port else 7861,
port=cmd_opts.port if cmd_opts.port else 7860,
root_path=f"/{cmd_opts.subpath}" if cmd_opts.subpath else ""
)

Expand Down

0 comments on commit 85c3f29

Please sign in to comment.