游雁
2024-04-15 199f6e630af9d9ccfb8c50bcd1f7ba0392c9bd5e
funasr/models/sense_voice/model.py
@@ -96,7 +96,7 @@
        options = whisper.DecodingOptions(**DecodingOptions)
        
        result = whisper.decode(self.model, speech, options)
        text = f"{result.text}\n"
        text = f"{result.text}"
        results = []
        result_i = {"key": key[0], "text": text}