mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-20 21:23:06 +00:00
whisper : fix hebrew language code (#935)
This commit is contained in:
parent
95b02d76b0
commit
56a87ba45d
@ -139,7 +139,7 @@ static const std::map<std::string, std::pair<int, std::string>> g_lang = {
|
||||
{ "hi", { 17, "hindi", } },
|
||||
{ "fi", { 18, "finnish", } },
|
||||
{ "vi", { 19, "vietnamese", } },
|
||||
{ "iw", { 20, "hebrew", } },
|
||||
{ "he", { 20, "hebrew", } },
|
||||
{ "uk", { 21, "ukrainian", } },
|
||||
{ "el", { 22, "greek", } },
|
||||
{ "ms", { 23, "malay", } },
|
||||
|
Loading…
Reference in New Issue
Block a user