From 97cec1f5f0d0991aff777818adeb75205a160c86 Mon Sep 17 00:00:00 2001
From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com>
Date: Fri, 20 Mar 2020 13:00:05 +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 c918348f..970010c5 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,9 @@ print(fetch_map)
Chinese Word Segmentation
- **Description**:
+``` shell
Chinese word segmentation HTTP service that can be deployed with one line command.
+```
- **Download Servable Package**:
``` shell
@@ -122,8 +124,9 @@ curl -H "Content-Type:application/json" -X POST -d '{"words": "我爱北京天
Image Classification
- **Description**:
-
+``` shell
Image classification trained with Imagenet dataset. A label and corresponding probability will be returned.
+```
- **Download Servable Package**:
``` shell
--
GitLab