Browse Source
rm dc2
Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
v1
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -17,7 +17,7 @@ Load a image from path './src_dog.jpg'. |
|
|
*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('path') |
|
|
pipe.input('path') |
|
|