Open waterbottlebottle opened 1 year ago
Update: ah ok trying more with a smaller file I see I need to add --language sv
I guess I'm still slightly surprised since it did everything even without the flag and only choked at the very end, but at least now I know!
Hi, I was able to get WhisperX successfully working with French. Then I tried it with Swedish based on a model I saw online:
whisperx .\input.wav --model large --align_model viktor-enzell/wav2vec2-large-voxrex-swedish-4gram
It was working, the console output Swedish as it went the entire way. And then at very end it errored:
And then didn't spit out the .srt, even though from the console I can see it did successfully generate all the Swedish along the way!
Any idea what I'm doing wrong? (Thanks in advance, sorry if this is a silly question!)