From 6f6927b1f451692bcd23d31642ea11ad7f5b4794 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Tue, 11 Jan 2022 19:38:57 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acf11f0..d052ab6 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ $ apt install ffmpeg # for Ubuntu ## How it works -This pipeline includes a main operator: [audio embedding](https://hub.towhee.io/towhee/audio-embedding-operator-template) (implemented as [towhee/clmr-magnatagatune](https://hub.towhee.io/towhee/clmr-magnatagatune)). The audio embedding operator encodes fixed-length clips of an audio data and finally output a set of vectors of the given audio. +This pipeline includes a main operator: [audio-embedding](https://towhee.io/operators?limit=30&page=1&filter=3%3Aaudio-embedding) (implemented as [towhee/clmr-magnatagatune](https://hub.towhee.io/towhee/clmr-magnatagatune)). The audio embedding operator encodes audio file and finally output a set of vectors of the given audio.