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):