Replies: 2 comments
-
Thanks for flagging! Should be fixed in 2d3032d |
Beta Was this translation helpful? Give feedback.
-
This is still an issue in the non-CLI python version. A solution to change the Readme has been proposed here, but could be better solved at source. problemthis code raises
But this code raises no error, despite the clashing languages
Suggestion for a fix - models know if they're multilingual through the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried
whisper test.mp3 --model tiny.en --language English
but I get
UserWarning: tiny.en is an English-only model but receipted 'English'; using English instead. warnings.warn(f"{model_name} is an English-only model but receipted '{args['language']}'; using English instead.")
It still works, but that's a weird warning message.
Beta Was this translation helpful? Give feedback.
All reactions