update README.md

This commit is contained in:
imClumsyPanda 2023-08-12 15:20:36 +08:00
parent f4a42b8ccb
commit b1d48317e1
1 changed files with 2 additions and 2 deletions

View File

@ -254,13 +254,13 @@ $ python server/api.py
执行 [webui.py](webui.py) 启动 **Web UI** 服务(默认使用端口`8501`
```shell
$ python webui.py
$ streamlit run webui.py
```
或使用以下命令指定启动 **Web UI** 服务并指定端口号
```shell
$ python webui.py --server.port 666
$ streamlit run webui.py --server.port 666
```
### 常见问题