update app readme
Browse files- README.md +1 -1
- README_zh.md +2 -1
README.md
CHANGED
@@ -422,7 +422,7 @@ OWL includes an intuitive web-based user interface that makes it easier to inter
|
|
422 |
|
423 |
```bash
|
424 |
# Start the Chinese version
|
425 |
-
python
|
426 |
|
427 |
# Start the English version
|
428 |
python run_app_en.py
|
|
|
422 |
|
423 |
```bash
|
424 |
# Start the Chinese version
|
425 |
+
python run_app_zh.py
|
426 |
|
427 |
# Start the English version
|
428 |
python run_app_en.py
|
README_zh.md
CHANGED
@@ -413,7 +413,8 @@ assistant_agent_kwargs = {"model": models["assistant"], "tools": tools}
|
|
413 |
OWL 现在包含一个基于网页的用户界面,使与系统交互变得更加容易。要启动网页界面,请运行:
|
414 |
|
415 |
```bash
|
416 |
-
|
|
|
417 |
|
418 |
# 英文版本
|
419 |
python run_app_en.py
|
|
|
413 |
OWL 现在包含一个基于网页的用户界面,使与系统交互变得更加容易。要启动网页界面,请运行:
|
414 |
|
415 |
```bash
|
416 |
+
# 中文版本
|
417 |
+
python run_app_zh.py
|
418 |
|
419 |
# 英文版本
|
420 |
python run_app_en.py
|