File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
i18n/zh/docusaurus-plugin-content-docs/current/tools Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ We provide a simple web-based visualization feature for configuration files.
9
9
## Environment Setup
10
10
11
11
``` bash
12
- pip install gradio
12
+ pip install gradio pyvis
13
13
```
14
14
15
15
## Usage { #parameter }
@@ -18,9 +18,8 @@ pip install gradio
18
18
``` python
19
19
import torchpipe as tp
20
20
21
- a= tp.parse_toml(" examples/ppocr/ocr.toml" )
22
21
23
- tp.utils.Visual(a ).launch()
22
+ tp.utils.Visual(" examples/ppocr/ocr.toml " ).launch()
24
23
```
25
24
26
25
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ type: explainer
10
10
## 环境准备
11
11
``` bash
12
12
13
- pip install gradio
13
+ pip install gradio pyvis
14
14
```
15
15
16
16
## 使用方法 { #parameter }
@@ -19,7 +19,6 @@ pip install gradio
19
19
``` python
20
20
import torchpipe as tp
21
21
22
- a= tp.parse_toml(" examples/ppocr/ocr.toml" )
23
22
24
- tp.utils.Visual(a ).launch()
23
+ tp.utils.Visual(" examples/ppocr/ocr.toml " ).launch()
25
24
```
You can’t perform that action at this time.
0 commit comments