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')