logo
Browse Source

Modify README

main
GuoRentong 3 years ago
parent
commit
f901c497c9
  1. 2
      README.md

2
README.md

@ -39,7 +39,7 @@ import towhee
towhee.glob['path']('./dog.jpg') \
.image_decode.cv2['path', 'img']() \
.select('img') \
.select['img']() \
.show()
```

Loading…
Cancel
Save