Add Python API for punctuation models. (#762)

This commit is contained in:
Fangjun Kuang
2024-04-13 13:28:17 +08:00
committed by GitHub
parent 329fe1aa8b
commit 68b8b88b5a
14 changed files with 136 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
if [ ! -f ./silero_vad.onnx ]; then
curl -SL -O https://github.com/snakers4/silero-vad/blob/master/files/silero_vad.onnx
curl -SL -O https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx
fi
go mod tidy