From a6b46adc2a89b02b87c7447f695be2e1c24a7791 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Fri, 1 Apr 2022 18:58:16 +0800 Subject: [PATCH] Add image Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 312c92b..c3ace18 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ towhee.glob('./towhee.jpg') \ .image_embedding.timm(model_name='resnet50') \ .show() ``` -result1 +result1 *Write a same pipeline with explicit inputs/outputs name specifications:*