From 8f633a4133266047fe1981cac378f0597897b5aa Mon Sep 17 00:00:00 2001 From: audio-decode Date: Tue, 12 Apr 2022 11:28:24 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a2c4f3..36ace52 100644 --- a/README.md +++ b/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) ```