From 734ecc284456ab54497995572f819e4769fbb60d Mon Sep 17 00:00:00 2001 From: Ahmad Bilal Date: Mon, 17 Jul 2023 19:29:41 +0500 Subject: [PATCH] Add Urdu model support for alignment --- whisperx/alignment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whisperx/alignment.py b/whisperx/alignment.py index 8d088be..3ffc3f7 100644 --- a/whisperx/alignment.py +++ b/whisperx/alignment.py @@ -48,6 +48,7 @@ DEFAULT_ALIGN_MODELS_HF = { "he": "imvladikon/wav2vec2-xls-r-300m-hebrew", "vi": 'nguyenvulebinh/wav2vec2-base-vi', "ko": "kresnik/wav2vec2-large-xlsr-korean", + "ur": "kingabzpro/wav2vec2-large-xls-r-300m-Urdu" }