From ba0325c004b4d660c769c02c70e9e5a9534ca6ed Mon Sep 17 00:00:00 2001 From: wuhongsheng <664116298@qq.com> Date: 星期二, 02 七月 2024 12:23:48 +0800 Subject: [PATCH] 修复增加标点后断句起点时间戳bug (#1865) --- funasr/auto/auto_model.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/auto/auto_model.py b/funasr/auto/auto_model.py index 1b39e3f..e027e07 100644 --- a/funasr/auto/auto_model.py +++ b/funasr/auto/auto_model.py @@ -20,7 +20,7 @@ from funasr.download.file import download_from_url from funasr.utils.timestamp_tools import timestamp_sentence from funasr.utils.timestamp_tools import timestamp_sentence_en -from funasr.download.download_from_hub import download_model +from funasr.download.download_model_from_hub import download_model from funasr.utils.vad_utils import slice_padding_audio_samples from funasr.utils.vad_utils import merge_vad from funasr.utils.load_utils import load_audio_text_image_video -- Gitblit v1.9.1