From 4e95ad3c4985dce64009ceeee70e30f9742418cd Mon Sep 17 00:00:00 2001 From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com> Date: 星期四, 15 六月 2023 16:41:36 +0800 Subject: [PATCH] For python ws client long wav not recv asr result bug (#633) --- egs/aishell/transformer/utils/prepare_checkpoint.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/egs/aishell/transformer/utils/prepare_checkpoint.py b/egs/aishell/transformer/utils/prepare_checkpoint.py index 1c732e4..4d5e8a0 100644 --- a/egs/aishell/transformer/utils/prepare_checkpoint.py +++ b/egs/aishell/transformer/utils/prepare_checkpoint.py @@ -1,8 +1,6 @@ import os import shutil -from modelscope.pipelines import pipeline -from modelscope.utils.constant import Tasks from modelscope.hub.snapshot_download import snapshot_download -- Gitblit v1.9.1