Add Python API for punctuation models. (#762)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user