diff --git a/transcribe_translate.py b/transcribe_translate.py index d2f12b1..3625a81 100644 --- a/transcribe_translate.py +++ b/transcribe_translate.py @@ -21,7 +21,7 @@ CHANNEL_NAME = "YOUR_TWITCH_CHANNEL_NAME" # Load Whisper model for transcription -whisper_model = whisper.load_model("large") +whisper_model = whisper.load_model("large-v2") # Define exceptions for specific language pairs exceptions = {