diff --git a/README.md b/README.md index c3ace18..9397297 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ towhee.glob('./towhee.jpg') \ ```python import towhee -towhee.glob['path']('./dog.jpg') \ +towhee.glob['path']('./towhee.jpg') \ .image_decode.cv2['path', 'img']() \ .image_embedding.timm['img', 'vec'](model_name='resnet50') \ .select('img', 'vec') \