Skip to content

Commit

Permalink
vis; show api
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-nan committed Jan 12, 2024
1 parent a16b42d commit 3dc2bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tools/vis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install gradio pyvis
import torchpipe as tp


tp.utils.Visual("examples/ppocr/ocr.toml").launch()
tp.show("examples/ppocr/ocr.toml")
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ pip install gradio pyvis
import torchpipe as tp


tp.utils.Visual("examples/ppocr/ocr.toml").launch()
tp.show("examples/ppocr/ocr.toml")
```

0 comments on commit 3dc2bbb

Please sign in to comment.