From 9a8f149f44cf3f5c512fcde55ba99e9997a9f28a Mon Sep 17 00:00:00 2001 From: ChengZi Date: Thu, 16 Mar 2023 15:11:40 +0800 Subject: [PATCH] rm dc2 in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f459b25..ab1f4fe 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This operator extracts features for video or text with [MDMMT: Multidomain Multi Read the text to generate a text embedding. ```python -from towhee.dc2 import pipe, ops, DataCollection +from towhee import pipe, ops, DataCollection p = ( pipe.input('text') \ @@ -36,7 +36,7 @@ Load a video embeddings extracted from different upstream expert networks, such ```python import torch -from towhee.dc2 import pipe, ops, DataCollection +from towhee import pipe, ops, DataCollection torch.manual_seed(42)