audio-embedding
copied
Update README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
@ -43,6 +43,7 @@ import towhee
.audio_decode.ffmpeg['path', 'frames']()
.runas_op['frames', 'frames'](func=lambda x:[y[0] for y in x])
.audio_embedding.vggish['frames', 'vecs']()
.select['path', 'vecs']()
.show()
)
```