Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scutcyr authored Jun 6, 2023
1 parent f137442 commit e52e9f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ response, history = model.chat(tokenizer, query=input_text, history=None, max_le


* 启动服务

本项目提供了[soulchat_app.py](./soulchat_app.py)作为SoulChat模型的使用示例,通过以下命令即可开启服务,然后,通过http://<your_ip>:9026访问。
```bash
streamlit run soulchat_app.py --server.port 9026
Expand Down

0 comments on commit e52e9f2

Please sign in to comment.