From 2e0fff26f256be7421bc9ac964a6d7cbf2300afc Mon Sep 17 00:00:00 2001 From: wxywb Date: Mon, 20 Mar 2023 10:40:54 +0800 Subject: [PATCH] remove dc2 Signed-off-by: wxywb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8149a7c..478456c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Load an image from path './image.jpg' to generate the caption. *Write a pipeline with explicit inputs/outputs name specifications:* ```python -from towhee.dc2 import pipe, ops, DataCollection +from towhee import pipe, ops, DataCollection p = ( pipe.input('url')