file lowercase name

This commit is contained in:
adamnsandle
2021-12-07 10:27:12 +00:00
parent b1142bcba4
commit 8af246df49
2 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ def silero_vad(**kwargs):
Please see https://github.com/snakers4/silero-vad for usage examples
"""
hub_dir = torch.hub.get_dir()
model = init_jit_model(model_path=f'{hub_dir}/snakers4_silero-vad_master/files/Silero_VAD.jit')
model = init_jit_model(model_path=f'{hub_dir}/snakers4_silero-vad_master/files/silero_vad.jit')
utils = (get_speech_timestamps,
save_audio,
read_audio,