Skip to content

Commit 6ff9d57

Browse files
authored
Fix formatting Markdown List (#14885)
1 parent 7509413 commit 6ff9d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/paddlex/quick_start.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ paddlex --pipeline [Pipeline Name] --input [Input Image] --device [Running Devic
3636
```
3737

3838
Each Pipeline in PaddleX corresponds to specific parameters, which you can view in the respective Pipeline documentation for detailed explanations. Each Pipeline requires specifying three necessary parameters:
39+
3940
* `pipeline`: The name of the Pipeline or the configuration file of the Pipeline
4041
* `input`: The local path, directory, or URL of the input file (e.g., an image) to be processed
4142
* `device`: The hardware device and its index to use (e.g., `gpu:0` indicates using the 0th GPU), or you can choose to use NPU (`npu:0`), XPU (`xpu:0`), CPU (`cpu`), etc.

0 commit comments

Comments
 (0)