From a9330433762f4d9fb3fb5d9bd8e62e7c8909db5b Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Wed, 6 Apr 2022 17:59:30 +0800 Subject: [PATCH] Update README Signed-off-by: shiyu22 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a4f5eb..5bf5d10 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ towhee.glob('/Users/chenshiyu/workspace/data/pic/test.png') \ .show() ``` -results1 +results1 *Write a same pipeline with explicit inputs/outputs name specifications:* @@ -34,7 +34,7 @@ towhee.glob['path']('/Users/chenshiyu/workspace/data/pic/test.png') \ .show() ``` -results1 +results1 ## Factory Constructor