Merge pull request #63 from snakers4/adamnsandle

Update README.md
This commit is contained in:
Alexander Veysov
2021-04-19 16:07:41 +03:00
committed by GitHub

View File

@@ -114,7 +114,7 @@ model, utils = torch.hub.load(repo_or_dir='snakers4/silero-vad',
force_reload=True)
(get_speech_ts,
get_speech_ts_adaptive
get_speech_ts_adaptive,
_, read_audio,
_, _, _) = utils
@@ -202,7 +202,7 @@ _, utils = torch.hub.load(repo_or_dir='snakers4/silero-vad',
force_reload=True)
(get_speech_ts,
get_speech_ts_adaptive
get_speech_ts_adaptive,
_, read_audio,
_, _, _) = utils