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