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:*