From beef2f7153d7ad3d7af7402acb904dfd5a7e781c Mon Sep 17 00:00:00 2001 From: cronrpc <147160173+cronrpc@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:02:13 +0800 Subject: [PATCH] Add README Launch with a specified port --- README.md | 6 ++++++ README_zh.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index db0cb7f..8501117 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,12 @@ python subfix_webui.py --force_delete True python subfix_webui.py --force_delete False ``` +Launch with a specified port + +```bash +python subfix_webui.py --server_port 1234 +``` + ## References - [anyvoiceai/MassTTS](https://github.com/anyvoiceai/MassTTS) diff --git a/README_zh.md b/README_zh.md index 9f00a24..a97b4d8 100644 --- a/README_zh.md +++ b/README_zh.md @@ -194,6 +194,12 @@ python subfix_webui.py --force_delete True python subfix_webui.py --force_delete False ``` +指定端口启动 + +```bash +python subfix_webui.py --server_port 1234 +``` + ## References - [anyvoiceai/MassTTS](https://github.com/anyvoiceai/MassTTS)