zhifu gao
2024-06-20 8f5576c3eaf7ba89bfce269d2a4846004aee43db
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}