Skip to content

Commit 5f427da

Browse files
committed
docs: update readme
1 parent c1a441f commit 5f427da

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ Try Dingo on our online demo: [(Hugging Face)🤗](https://huggingface.co/spaces
150150
Try Dingo in local:
151151

152152
```shell
153-
python app_gradio/app.py
153+
cd app_gradio
154+
python app.py
154155
```
155156

156157
![Gradio demo](docs/assets/gradio_demo.png)

README_ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ python -m dingo.run.vsl --input output_directory
150150
地元でDingoを試してみましょう:
151151

152152
```shell
153-
python app_gradio/app.py
153+
cd app_gradio
154+
python app.py
154155
```
155156

156157
![Gradio demo](docs/assets/gradio_demo.png)

README_zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ python -m dingo.run.vsl --input 输出目录
148148
尝试我们的本地演示:
149149

150150
```shell
151-
python app_gradio/app.py
151+
cd app_gradio
152+
python app.py
152153
```
153154

154155
![Gradio demo](docs/assets/gradio_demo.png)

0 commit comments

Comments
 (0)