From c5bcf00edd27ac28144bb358d57ea906ebb4c2f0 Mon Sep 17 00:00:00 2001 From: "junjie.jiang" Date: Fri, 10 Mar 2023 14:57:35 +0800 Subject: [PATCH] rm dc2 Signed-off-by: junjie.jiang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e869322..948dd14 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Load a image from path './src_dog.jpg'. *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('path')