funasr/models/sense_voice/model.py
@@ -96,9 +96,9 @@ options = whisper.DecodingOptions(**DecodingOptions) result = whisper.decode(self.model, speech, options) text = f"{result.text}\n" results = [] result_i = {"key": key[0], "text": result.text} result_i = {"key": key[0], "text": text} results.append(result_i)