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