diff --git a/webui.py b/webui.py index 2c417168a..6cfe555ee 100644 --- a/webui.py +++ b/webui.py @@ -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 "" )