From 1ea12739be908432ee6892a96a3bd6758811e056 Mon Sep 17 00:00:00 2001 From: junjiejiangjjj Date: Thu, 7 Apr 2022 16:55:59 +0800 Subject: [PATCH] update --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 955ef44..4079ae7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ audio_decode.ffmpeg() --- -""" An audio decode operator takes an audio file path as input. It decodes the audio back to audio frames. @@ -48,7 +47,6 @@ Audio file path. An generator over audio frames with type `towhee.types.AudioFrame`. -"""