From d36e8dae23d4e926c5606c8491a375107f9d6923 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 7 Apr 2022 17:08:52 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8875e..f4dac2a 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:*