From 4acbdd75beecda4a239e987bceb762cd5a4a97ef Mon Sep 17 00:00:00 2001 From: Mahmoud Ashraf Date: Mon, 4 Dec 2023 17:27:54 +0300 Subject: [PATCH] add "yue" to supported languages that was added along with Large-V3 --- whisperx/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whisperx/utils.py b/whisperx/utils.py index e687d23..16ce116 100644 --- a/whisperx/utils.py +++ b/whisperx/utils.py @@ -105,6 +105,7 @@ LANGUAGES = { "ba": "bashkir", "jw": "javanese", "su": "sundanese", + "yue": "cantonese", } # language code lookup by name, with a few language aliases