zjrwtx commited on
Commit
c857c88
·
1 Parent(s): 538cdc0

add webdemo_zh and update readme

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. owl/{webapp.py → webapp_zh.py} +0 -0
README.md CHANGED
@@ -422,10 +422,10 @@ OWL includes an intuitive web-based user interface that makes it easier to inter
422
 
423
  ```bash
424
  # Start the Chinese version
425
- python run_app_zh.py
426
 
427
  # Start the English version
428
- python run_app.py
429
  ```
430
 
431
  ## Features
 
422
 
423
  ```bash
424
  # Start the Chinese version
425
+ python owl/webapp_zh.py
426
 
427
  # Start the English version
428
+ python owl/webapp.py
429
  ```
430
 
431
  ## Features
owl/{webapp.py → webapp_zh.py} RENAMED
File without changes