Skip to content

Commit 0afb19d

Browse files
feat: update readme (#98)
* feat: update readme * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9430233 commit 0afb19d

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,16 @@ Where `output_directory` contains the evaluation results with a `summary.json` f
146146
## Online Demo
147147
Try Dingo on our online demo: [(Hugging Face)🤗](https://huggingface.co/spaces/DataEval/dingo)
148148

149+
## Local Demo
150+
Try Dingo in local:
151+
152+
```shell
153+
python app_gradio/app.py
154+
```
155+
156+
![Gradio demo](docs/assets/gradio_demo.png)
157+
158+
149159
## Google Colab Demo
150160
Experience Dingo interactively with Google Colab notebook: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/DataEval/dingo/blob/dev/examples/colab/dingo_colab_demo.ipynb)
151161

README_ja.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ python -m dingo.run.vsl --input output_directory
146146
## オンラインデモ
147147
オンラインデモでDingoをお試しください: [(Hugging Face)🤗](https://huggingface.co/spaces/DataEval/dingo)
148148

149+
## ローカルデモ
150+
地元でDingoを試してみましょう:
151+
152+
```shell
153+
python app_gradio/app.py
154+
```
155+
156+
![Gradio demo](docs/assets/gradio_demo.png)
157+
149158
## Google Colabデモ
150159
Google ColabノートブックでDingoをインタラクティブに体験してください:[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/DataEval/dingo/blob/dev/examples/colab/dingo_colab_demo.ipynb)
151160

README_zh-CN.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,16 @@ python -m dingo.run.vsl --input 输出目录
144144
## 5. 在线演示
145145
尝试我们的在线演示: [(Hugging Face)🤗](https://huggingface.co/spaces/DataEval/dingo)
146146

147-
## 6. Google Colab 演示
147+
## 6. 本地演示
148+
尝试我们的本地演示:
149+
150+
```shell
151+
python app_gradio/app.py
152+
```
153+
154+
![Gradio demo](docs/assets/gradio_demo.png)
155+
156+
## 7. Google Colab 演示
148157
通过Google Colab笔记本交互式体验Dingo:[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/DataEval/dingo/blob/dev/examples/colab/dingo_colab_demo.ipynb)
149158

150159

docs/assets/gradio_demo.png

124 KB
Loading

0 commit comments

Comments
 (0)