From a00bbfe3ebd2f1f62cd42f7e79db0526e10f929e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 26 Nov 2024 14:28:41 +0100 Subject: [PATCH] chore(model): add silero-vad model config Signed-off-by: Ettore Di Giacinto --- gallery/silero-vad.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gallery/silero-vad.yaml diff --git a/gallery/silero-vad.yaml b/gallery/silero-vad.yaml new file mode 100644 index 00000000..9b297ac0 --- /dev/null +++ b/gallery/silero-vad.yaml @@ -0,0 +1,8 @@ +--- +name: "silero-vad" + +config_file: | + name: vad + backend: silero-vad + parameters: + model: silero_vad.onnx \ No newline at end of file