diff --git a/README.md b/README.md index 82e199a..868a0ad 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Get a list of all supported model names or supported model names for specified m from towhee import ops -op = towhee.ops.image_text_embedding.clip(model_name='clip_vit_base_patch16', modality='image').get_op() +op = ops.image_text_embedding.clip(model_name='clip_vit_base_patch16', modality='image').get_op() full_list = op.supported_model_names() onnx_list = op.supported_model_names(format='onnx') print(f'Onnx-support/Total Models: {len(onnx_list)}/{len(full_list)}')