From ff6c2327e4b1166a73187d0243dba3f3e42e9498 Mon Sep 17 00:00:00 2001 From: Thomas Young <35565423+HexToString@users.noreply.github.com> Date: Tue, 22 Feb 2022 12:25:23 +0800 Subject: [PATCH] fix readme fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bec05b6d..47e4f9d6 100755 --- a/README.md +++ b/README.md @@ -105,13 +105,13 @@ For Paddle Serving developers, we provide extended documents such as custom OP,

Model Zoo

-Paddle Serving works closely with the Paddle model suite, and implements a large number of service deployment examples, including image classification, object detection, language and text recognition, Chinese part of speech, sentiment analysis, content recommendation and other types of examples, for a total of 42 models. +Paddle Serving works closely with the Paddle model suite, and implements a large number of service deployment examples, including image classification, object detection, language and text recognition, Chinese part of speech, sentiment analysis, content recommendation and other types of examples, for a total of 45 models.

| PaddleOCR | PaddleDetection | PaddleClas | PaddleSeg | PaddleRec | Paddle NLP | | :----: | :----: | :----: | :----: | :----: | :----: | -| 8 | 12 | 14 | 2 | 3 | 4 | +| 8 | 12 | 14 | 2 | 3 | 6 |

-- GitLab