From 26cc96d7d2e367fcd8f381814c918e62af62c4fe Mon Sep 17 00:00:00 2001 From: junjiejiangjjj Date: Thu, 7 Apr 2022 19:23:50 +0800 Subject: [PATCH] update --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 33429ab..a126d10 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,12 @@ Using the default audio_decode implementation and writing the pipeline in the simplified way + +
+ ### Code Example @@ -26,8 +29,12 @@ towhee.glob('./music.mp3') ``` + +
+ + ### Factory Constructor @@ -36,9 +43,12 @@ Create the operator via the following factory method audio_decode.ffmpeg() +
+ + ### Interface