From 5330bff8b2c02473a176ed1cb7550595105a3efb Mon Sep 17 00:00:00 2001 From: audio-decode Date: Tue, 12 Apr 2022 17:15:39 +0800 Subject: [PATCH] update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) ```