liugz18
2024-07-18 d80ac2fd2df4e7fb8a28acfa512bb11472b5cc99
funasr/models/whisper/model.py
@@ -114,8 +114,6 @@
        
        result = whisper.decode(self.model, speech, language='english')
        # result = whisper.transcribe(self.model, speech)
        import pdb; pdb.set_trace()
        
        results = []
        result_i = {"key": key[0], "text": result.text}