Update hubconf.py

This commit is contained in:
Alexander Veysov
2021-02-05 11:00:04 +03:00
committed by GitHub
parent ca6e8b154a
commit db0503c149

View File

@@ -1,6 +1,6 @@
dependencies = ['torch', 'torchaudio'] dependencies = ['torch', 'torchaudio']
import torch import torch
from utils import (init_jit_model, from utils_vad import (init_jit_model,
get_speech_ts, get_speech_ts,
get_number_ts, get_number_ts,
get_language, get_language,