logo
Browse Source

remove dc2

Signed-off-by: wxywb <xy.wang@zilliz.com>
main
wxywb 1 year ago
parent
commit
ddf5fa908a
  1. 2
      README.md

2
README.md

@ -20,7 +20,7 @@ Load an image from path './animals.jpg' to generate the caption.
*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('url')

Loading…
Cancel
Save