You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,16 @@ Where `output_directory` contains the evaluation results with a `summary.json` f
146
146
## Online Demo
147
147
Try Dingo on our online demo: [(Hugging Face)🤗](https://huggingface.co/spaces/DataEval/dingo)
148
148
149
+
## Local Demo
150
+
Try Dingo in local:
151
+
152
+
```shell
153
+
python app_gradio/app.py
154
+
```
155
+
156
+

157
+
158
+
149
159
## Google Colab Demo
150
160
Experience Dingo interactively with Google Colab notebook: [](https://colab.research.google.com/github/DataEval/dingo/blob/dev/examples/colab/dingo_colab_demo.ipynb)
Google ColabノートブックでDingoをインタラクティブに体験してください:[](https://colab.research.google.com/github/DataEval/dingo/blob/dev/examples/colab/dingo_colab_demo.ipynb)
通过Google Colab笔记本交互式体验Dingo:[](https://colab.research.google.com/github/DataEval/dingo/blob/dev/examples/colab/dingo_colab_demo.ipynb)
0 commit comments