From 36017d49c4f0b2f2f87feeeb0a40e54be4487b76 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Tue, 26 Sep 2023 17:58:53 +0800 Subject: [PATCH] add a comment about how to download silero_vad.onnx (#346) --- python-api-examples/generate-subtitles.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python-api-examples/generate-subtitles.py b/python-api-examples/generate-subtitles.py index 5c1f2ff9..86a8fec2 100755 --- a/python-api-examples/generate-subtitles.py +++ b/python-api-examples/generate-subtitles.py @@ -11,6 +11,14 @@ Supported file formats are those supported by ffmpeg; for instance, Note that you need a non-streaming model for this script. +Please visit +https://github.com/snakers4/silero-vad/blob/master/files/silero_vad.onnx +to download silero_vad.onnx + +For instance, + +wget https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx + (1) For paraformer ./python-api-examples/generate-subtitles.py \