logo
Browse Source

update

main
audio-decode 2 years ago
parent
commit
5330bff8b2
  1. 3
      README.md

3
README.md

@ -24,8 +24,7 @@ Using the default audio_decode implementation and writing the pipeline in the si
```Python
import towhee
towhee.glob('./music.mp3')
.audio_decode().flatten().show(limit=1)
towhee.glob('./music.mp3').audio_decode().flatten().show(limit=1)
```

Loading…
Cancel
Save