From db0503c14911f994c0ec50620986ea3e3393b22d Mon Sep 17 00:00:00 2001 From: Alexander Veysov Date: Fri, 5 Feb 2021 11:00:04 +0300 Subject: [PATCH] Update hubconf.py --- hubconf.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hubconf.py b/hubconf.py index a473c3a..6b8f056 100644 --- a/hubconf.py +++ b/hubconf.py @@ -1,15 +1,15 @@ dependencies = ['torch', 'torchaudio'] import torch -from utils import (init_jit_model, - get_speech_ts, - get_number_ts, - get_language, - save_audio, - read_audio, - state_generator, - single_audio_stream, - collect_chunks, - drop_chunks) +from utils_vad import (init_jit_model, + get_speech_ts, + get_number_ts, + get_language, + save_audio, + read_audio, + state_generator, + single_audio_stream, + collect_chunks, + drop_chunks) def silero_vad(**kwargs):