This commit is contained in:
zR 2024-06-05 15:16:23 +08:00
commit 4d5194d758
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ pnpm install
4. 运行以下命令在本地加载模型并启动 demo 4. 运行以下命令在本地加载模型并启动 demo
```bash ```bash
streamlit run main.py streamlit run src/main.py
``` ```
之后即可从命令行中看到 demo 的地址,点击即可访问。初次访问需要下载并加载模型,可能需要花费一定时间。 之后即可从命令行中看到 demo 的地址,点击即可访问。初次访问需要下载并加载模型,可能需要花费一定时间。

View File

@ -80,7 +80,7 @@ pnpm start
4. Run the following commands to load the model locally and start the demo: 4. Run the following commands to load the model locally and start the demo:
```bash ```bash
streamlit run main.py streamlit run src/main.py
``` ```
Then you can see the demo address from the command line and click it to access it. The first access requires downloading Then you can see the demo address from the command line and click it to access it. The first access requires downloading