logo
Browse Source

remove dc2

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
c64018d8c3
  1. 2
      README.md

2
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:* *Write a same pipeline with explicit inputs/outputs name specifications:*
```Python ```Python
from towhee.dc2 import pipe, ops, DataCollection
from towhee import pipe, ops, DataCollection
p = ( p = (
pipe.input('path') pipe.input('path')

Loading…
Cancel
Save