From b1d48317e153d37431903bd7bd079dc0447cbeef Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Sat, 12 Aug 2023 15:20:36 +0800 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48f15ff..80648f0 100644 --- a/README.md +++ b/README.md @@ -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 ``` ### 常见问题