From ea56f909a09fa5d191b80fd2d6498e21cef03fed Mon Sep 17 00:00:00 2001 From: wxywb Date: Mon, 20 Mar 2023 11:45:19 +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 f1927c2..2d531fd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Extract facial landmarks from './img1.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')