From b819fd4eea4251faa5ee35a8073c3f0d90158d69 Mon Sep 17 00:00:00 2001
From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com>
Date: Sun, 31 May 2020 17:00:16 +0800
Subject: [PATCH] Update README.md
---
README.md | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/README.md b/README.md
index 67b72285..47c33196 100644
--- a/README.md
+++ b/README.md
@@ -60,11 +60,6 @@ Client package support Centos 7 and Ubuntu 18, or you can use HTTP service witho
Chinese Word Segmentation
-- **Description**:
-``` shell
-Chinese word segmentation HTTP service that can be deployed with one line command.
-```
-
- **Demo**:
``` shell
> python -m paddle_serving_app.package -get_model lac
@@ -76,12 +71,6 @@ Chinese word segmentation HTTP service that can be deployed with one line comman
Image Classification
-- **Description**:
-``` shell
-Image classification trained with Imagenet dataset. A label and corresponding probability will be returned.
-Note: This demo needs paddle-serving-server-gpu.
-```
-
- **Demo**:
--
GitLab