You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you add support so that we can add language as a parameter ? I am trying to use the diarization code given at the readme file and receiving the following error.
Due to a bug fix in huggingface/transformers#28687 transcription using a multilingual Whisper will default to language detection followed by transcription instead of translation to English.This might be a breaking change for your use case. If you want to instead always translate your audio to English, make sure to pass language='en'.
The text was updated successfully, but these errors were encountered:
Can you add support so that we can add language as a parameter ? I am trying to use the diarization code given at the readme file and receiving the following error.
Due to a bug fix in huggingface/transformers#28687 transcription using a multilingual Whisper will default to language detection followed by transcription instead of translation to English.This might be a breaking change for your use case. If you want to instead always translate your audio to English, make sure to pass
language='en'
.The text was updated successfully, but these errors were encountered: