From 57e023e5cfa522007e24d87c8e3d82bf7c4a19cd Mon Sep 17 00:00:00 2001 From: Shi Xian <40013335+R1ckShi@users.noreply.github.com> Date: 星期二, 18 二月 2025 15:15:40 +0800 Subject: [PATCH] Merge pull request #2382 from msgk239/dev_clean --- funasr/bin/compute_audio_cmvn.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/bin/compute_audio_cmvn.py b/funasr/bin/compute_audio_cmvn.py index e8ced51..79c94c6 100644 --- a/funasr/bin/compute_audio_cmvn.py +++ b/funasr/bin/compute_audio_cmvn.py @@ -7,7 +7,7 @@ from omegaconf import DictConfig, OmegaConf from funasr.register import tables -from funasr.download.download_from_hub import download_model +from funasr.download.download_model_from_hub import download_model from funasr.train_utils.set_all_random_seed import set_all_random_seed -- Gitblit v1.9.1