From acc7b1ee580962c00f98721e5281a85a74da8cc5 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Tue, 11 Jan 2022 16:44:48 +0800 Subject: [PATCH] Fix typo Signed-off-by: Jael Gu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8393c4e..168ff1f 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ This operator uses reads the waveform of an audio file and then applies VGGish t ## Interface ```python -__call__(self, filepath: str) +__call__(self, audio_path: str) ``` **Args:** -- filepath: +- audio_path: - the input audio path - supported types: str