From 22380ded3e938b2e4c71dd0e6726daa274698dd9 Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Wed, 4 Mar 2020 11:59:16 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eb861c4..b7fb931e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ [中文](https://github.com/PaddlePaddle/Serving/blob/develop/README_CN.md) ## Motivation -Paddle Serving helps deep learning developers deploy an online inference service without much effort. **The goal of this project**: once you have trained a deep neural nets with [Paddle](https://github.com/PaddlePaddle/Paddle), you already have a model inference service. +Paddle Serving helps deep learning developers deploy an online inference service without much effort. **The goal of this project**: once you have trained a deep neural nets with [Paddle](https://github.com/PaddlePaddle/Paddle), you already have a model inference service. An demo of serving is as follows: +
+
+