update README.md
This commit is contained in:
parent
f4a42b8ccb
commit
b1d48317e1
|
|
@ -254,13 +254,13 @@ $ python server/api.py
|
||||||
执行 [webui.py](webui.py) 启动 **Web UI** 服务(默认使用端口`8501`)
|
执行 [webui.py](webui.py) 启动 **Web UI** 服务(默认使用端口`8501`)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ python webui.py
|
$ streamlit run webui.py
|
||||||
```
|
```
|
||||||
|
|
||||||
或使用以下命令指定启动 **Web UI** 服务并指定端口号
|
或使用以下命令指定启动 **Web UI** 服务并指定端口号
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ python webui.py --server.port 666
|
$ streamlit run webui.py --server.port 666
|
||||||
```
|
```
|
||||||
|
|
||||||
### 常见问题
|
### 常见问题
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue