image-embedding
copied
Update README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
@ -28,7 +28,7 @@ towhee.glob('./towhee.jpg') \
.image_embedding.timm(model_name='resnet50') \
.show()
```
<img src="./result1.png" height="30px"/>
<img src="./result1.png" height="50px"/>
*Write a same pipeline with explicit inputs/outputs name specifications:*