File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,8 @@ Try Dingo on our online demo: [(Hugging Face)🤗](https://huggingface.co/spaces
150150Try 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments