From a62cd7a3fdae0e48da16558daf89a4498512fdb9 Mon Sep 17 00:00:00 2001 From: shixian <shixian@U-09RYG5WD-2244.local> Date: 星期五, 20 十二月 2024 10:50:51 +0800 Subject: [PATCH] update sensevoice onnx --- 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