Skip to content

Commit 3dc2bbb

Browse files
committed
vis; show api
1 parent a16b42d commit 3dc2bbb

File tree

2 files changed

+2
-2
lines changed
  • docs/tools
  • i18n/zh/docusaurus-plugin-content-docs/current/tools

2 files changed

+2
-2
lines changed

docs/tools/vis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pip install gradio pyvis
1919
import torchpipe as tp
2020

2121

22-
tp.utils.Visual("examples/ppocr/ocr.toml").launch()
22+
tp.show("examples/ppocr/ocr.toml")
2323
```
2424

2525

i18n/zh/docusaurus-plugin-content-docs/current/tools/vis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ pip install gradio pyvis
2020
import torchpipe as tp
2121

2222

23-
tp.utils.Visual("examples/ppocr/ocr.toml").launch()
23+
tp.show("examples/ppocr/ocr.toml")
2424
```

0 commit comments

Comments
 (0)