update app readme

This commit is contained in:
zjrwtx
2025-03-12 11:45:24 +08:00
parent 581e36d216
commit d4291889cc
2 changed files with 3 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ OWL includes an intuitive web-based user interface that makes it easier to inter
```bash
# Start the Chinese version
python run_app.py
python run_app_zh.py
# Start the English version
python run_app_en.py

View File

@@ -413,7 +413,8 @@ assistant_agent_kwargs = {"model": models["assistant"], "tools": tools}
OWL 现在包含一个基于网页的用户界面,使与系统交互变得更加容易。要启动网页界面,请运行:
```bash
python run_app.py
# 中文版本
python run_app_zh.py
# 英文版本
python run_app_en.py