davabase/whisper_real_time

Malayalam (ml) didnt work

nairajay2k opened this issue · 0 comments

Hi,

whisper_real_time works for english and hindi..But I couldnt get it to work for malayalam.
Even whisper is not working for malayalam

Heres the code section

model = whisper.load_model("medium")
result = model.transcribe("/home/ajay/pcs/whisper_real_time/stackoverflow.wav",language='ml')