logo
Browse Source

Update README

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
main
shiyu22 3 years ago
parent
commit
a933043376
  1. 4
      README.md

4
README.md

@ -20,7 +20,7 @@ towhee.glob('/Users/chenshiyu/workspace/data/pic/test.png') \
.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:*
@ -34,7 +34,7 @@ towhee.glob['path']('/Users/chenshiyu/workspace/data/pic/test.png') \
.show()
```
<img src="./results2.png" alt="results1" style="height:120px;"/>
<img src="./results2.png" alt="results1" style="height:50px;"/>
## Factory Constructor

Loading…
Cancel
Save