提交 8bd9a894 编写于 作者: F FlyingQianMM

fix error in docs

上级 dba4432d
......@@ -27,7 +27,7 @@ import paddlex as pdx
predictor = pdx.deploy.Predictor('./inference_model')
image_list = ['xiaoduxiong_test_image/JPEGImages/WeChatIMG110.jpeg',
'xiaoduxiong_test_image/JPEGImages/WeChatIMG111.jpeg']
result = predictor.predict(image_list=image_list)
result = predictor.batch_predict(image_list=image_list)
```
* 视频流预测
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册