logo
Browse Source

Fix typo

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 3 years ago
parent
commit
acc7b1ee58
  1. 4
      README.md

4
README.md

@ -9,12 +9,12 @@ This operator uses reads the waveform of an audio file and then applies VGGish t
## Interface ## Interface
```python ```python
__call__(self, filepath: str)
__call__(self, audio_path: str)
``` ```
**Args:** **Args:**
- filepath:
- audio_path:
- the input audio path - the input audio path
- supported types: str - supported types: str

Loading…
Cancel
Save