AUTOMATIC1111 1 年之前
父節點
當前提交
f0e2e8b930
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      webui.py

+ 1 - 1
webui.py

@@ -39,7 +39,7 @@ def api_only():
 
 
     print(f"Startup time: {startup_timer.summary()}.")
     print(f"Startup time: {startup_timer.summary()}.")
     api.launch(
     api.launch(
-        server_name=cmd_opts.server_name or ("0.0.0.0" if cmd_opts.listen else "127.0.0.1"),
+        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 7861,
         root_path=f"/{cmd_opts.subpath}" if cmd_opts.subpath else ""
         root_path=f"/{cmd_opts.subpath}" if cmd_opts.subpath else ""
     )
     )