From ddf5fa908a2624e43e5e3456f4f15be9d0443707 Mon Sep 17 00:00:00 2001 From: wxywb Date: Mon, 20 Mar 2023 10:49:04 +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 329a366..5e98091 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,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')