From dc515cdabc1414de974235b5ffb1aff2f834ab4a Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Wed, 19 May 2021 16:42:57 +0800 Subject: [PATCH] Update README_CN.md --- README_CN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index d5e5ca9b..3e0a1689 100644 --- a/README_CN.md +++ b/README_CN.md @@ -220,7 +220,8 @@ curl -H "Content-Type:application/json" -X POST -d '{"feed":[{"x": [0.0137, -0.1 ```

Pipeline服务

-Paddle Serving提供业界领先的多模型串联服务,强力支持各大公司实际运行的业务场景,参考[OCR文字识别案例](python/examples/pipeline/ocr),在目录`python/examples/pipeline/ocr` + +Paddle Serving提供业界领先的多模型串联服务,强力支持各大公司实际运行的业务场景,参考 [OCR文字识别案例](python/examples/pipeline/ocr),在目录`python/examples/pipeline/ocr` 我们先获取两个模型 ``` -- GitLab