logo
Browse Source

Update README

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

1
README.md

@ -42,6 +42,7 @@ import towhee
.audio_decode.ffmpeg['path', 'frames']()
.runas_op['frames', 'frames'](func=lambda x:[y[0] for y in x])
.audio_embedding.clmr['frames', 'vecs']()
.select['path', 'vecs']()
.show()
)
```

Loading…
Cancel
Save