update app readme (#222)

This commit is contained in:
Yifeng Wang(正经人王同学)
2025-03-12 11:46:58 +08:00
committed by GitHub
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