logo
Browse Source

update

main
audio-decode 2 years ago
parent
commit
8f633a4133
  1. 2
      README.md

2
README.md

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

Loading…
Cancel
Save