Browse Source
Update README
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
main
1 changed files with
2 additions and
2 deletions
-
README.md
|
@ -20,7 +20,7 @@ towhee.glob('/Users/chenshiyu/workspace/data/pic/test.png') \ |
|
|
.show() |
|
|
.show() |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
<img src="./results1.png" alt="results1" style="height:120px;"/> |
|
|
|
|
|
|
|
|
<img src="./results1.png" alt="results1" style="height:40px;"/> |
|
|
|
|
|
|
|
|
*Write a same pipeline with explicit inputs/outputs name specifications:* |
|
|
*Write a same pipeline with explicit inputs/outputs name specifications:* |
|
|
|
|
|
|
|
@ -34,7 +34,7 @@ towhee.glob['path']('/Users/chenshiyu/workspace/data/pic/test.png') \ |
|
|
.show() |
|
|
.show() |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
<img src="./results2.png" alt="results1" style="height:120px;"/> |
|
|
|
|
|
|
|
|
<img src="./results2.png" alt="results1" style="height:50px;"/> |
|
|
|
|
|
|
|
|
## Factory Constructor |
|
|
## Factory Constructor |
|
|
|
|
|
|
|
|