huggingface / speech-to-speech

Speech To Speech: an effort for an open-sourced and modular GPT4-o
Apache License 2.0
3k stars 318 forks source link

LightningWhisperSTTHandler.setup() got an unexpected keyword argument 'language' #83

Closed rchan26 closed 1 week ago

rchan26 commented 1 week ago

Error comes from running python s2s_pipeline.py --local_mac_optimal_settings --device mps. This is due to LightningWhisperSTTHandler not having a language arg.

Will make a PR for a quick fix.

andimarafioti commented 1 week ago

Thank you for taking care of this :)

Kong4Git commented 1 week ago

Thank you very much,it work