From 7780e8ef1a6f34f9a6fa6f564d2c43515f5741b7 Mon Sep 17 00:00:00 2001 From: wuzewu Date: Tue, 2 Apr 2019 22:14:55 +0800 Subject: [PATCH] update command line demo --- docs/command_line_introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/command_line_introduction.md b/docs/command_line_introduction.md index 98ee7be3..2719c889 100644 --- a/docs/command_line_introduction.md +++ b/docs/command_line_introduction.md @@ -34,6 +34,7 @@ hub run lac --input_file test.csv ``` 其中test.csv的格式为 ``` +TITLE 今天是个好日子 天气预报说今天要下雨 下一班地铁马上就要到了 @@ -51,6 +52,7 @@ hub run ssd_mobilenet_pascal --input_file test.csv ``` 其中test.csv的格式为 ``` +TITLE cat.jpg dog.jpg person.jpg -- GitLab