From c64018d8c3f74f61bc8eafcc41eb687f19b502aa Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 16 Mar 2023 13:49:29 +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 b3cb64c..e77bbf4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Load an image from path './test.png' and use yolov5 model to detect objects in t *Write a same 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')