From 97a29a990c1e28fd87c61841078891dee743e319 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 7 Apr 2022 17:08:34 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36c7f9e..1e8875e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ towhee.glob('./towhee.jpg') \ .image_embedding.timm(model_name='resnet50') \ .show() ``` - + *Write a same pipeline with explicit inputs/outputs name specifications:* @@ -41,7 +41,7 @@ towhee.glob['path']('./towhee.jpg') \ .select('img', 'vec') \ .show() ``` - +