diff --git a/README.md b/README.md index 36ace52..0abb6a7 100644 --- a/README.md +++ b/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) ```