logo
Browse Source

Remove dc2

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

2
README.md

@ -22,7 +22,7 @@ text description "return max value" and code "def max(a,b): if a>b: return a els
*Write a pipeline with explicit inputs/outputs name specifications:* *Write a 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('text') pipe.input('text')

Loading…
Cancel
Save