From 49903ec0448e48ac75189ed36b0171080bd13337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E6=B5=A9?= Date: Tue, 24 Sep 2024 20:17:06 +0800 Subject: [PATCH] add support mixture of kaldi_ark or sound --- funasr/models/sense_voice/model_small.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funasr/models/sense_voice/model_small.py b/funasr/models/sense_voice/model_small.py index 91d4a754f..42a5c0338 100644 --- a/funasr/models/sense_voice/model_small.py +++ b/funasr/models/sense_voice/model_small.py @@ -2048,7 +2048,7 @@ class SenseVoiceL(nn.Module): results = [] result_i = {"key": key[0], "text": text} - results.append(result_i) + # results.append(result_i) ark_writer, len_writer = None, None if kwargs.get("output_dir") is not None: