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
9295a8d959
  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"/>
<br />
@ -49,7 +49,7 @@ import towhee
.show(formatter={'path':'video_path'})
)
```
<img src="./result2.png" height="80px"/>
<img src="./result2.png" width="400px"/>
<br />

Loading…
Cancel
Save