From 7fef3c742170080489dda4a02f4298307ffde2c5 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 16 Mar 2023 13:39:47 +0800 Subject: [PATCH] Remove dc2 Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19da8c2..c937e76 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Load an image from path './turing.png' and use the pre-trained RetinaFace model *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')