From cc3b3de3e5209f61227eea282830825297f15a88 Mon Sep 17 00:00:00 2001 From: wxywb Date: Wed, 20 Jul 2022 11:48:16 +0800 Subject: [PATCH] fix the readme. Signed-off-by: wxywb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08ea5f5..95cef29 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ import towhee towhee.glob('./img.png') \ .image_decode.cv2() \ .face_embedding.inceptionresnetv1() \ - .tolist() + .to_list() ``` *Write a same pipeline with explicit inputs/outputs name specifications:*