Skip to content

Commit

Permalink
Add README Launch with a specified port
Browse files Browse the repository at this point in the history
  • Loading branch information
cronrpc committed Jan 19, 2024
1 parent 98f1366 commit beef2f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit beef2f7

Please sign in to comment.