I'm from Ukraine. I need to transcribe podcasts in Ukrainian. Please tell me the code to start transcription in Ukrainian. I tried to find the code myself. For this purpose I even generated a code, but it turned out that it was not correct. So, I tried these options:
- !whisper "ENTER FILE NAME HERE" --model medium.ua
- !whisper "ENTER FILE NAME HERE" --model medium --language ua
- print(transcribe_ukrainian('Hello, light!')) - this one was generated. In it ('Hello, light!') is the file name. All three options didn't work Thank you in advance