From 39407e3ac093e44ccbe5ba4da57182072c5d66dd Mon Sep 17 00:00:00 2001 From: wxywb Date: Mon, 20 Mar 2023 10:53:49 +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 621cce3..56fdb0a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Load an image from path './animals.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')