游雁
2024-04-15 90bc3ad02eee3745188be3960036ae3e9e746049
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)