logo
Browse Source

Adjust display of result image

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

4
README.md

@ -31,7 +31,7 @@ import towhee
.show()
)
```
<img src="./result1.png" height="45px"/>
<img src="./result1.png" width="400px"/>
*Write a same pipeline with explicit inputs/outputs name specifications:*
@ -47,7 +47,7 @@ import towhee
.show(formatter={'path':'video_path'})
)
```
<img src="./result2.png" height="100px"/>
<img src="./result2.png" width="400px"/>
<br />

Loading…
Cancel
Save