ttv20 commited on
Commit
828e876
·
unverified ·
1 Parent(s): 7935008

whisper : fix hebrew language code (#935)

Browse files
Files changed (1) hide show
  1. whisper.cpp +1 -1
whisper.cpp CHANGED
@@ -139,7 +139,7 @@ static const std::map<std::string, std::pair<int, std::string>> g_lang = {
139
  { "hi", { 17, "hindi", } },
140
  { "fi", { 18, "finnish", } },
141
  { "vi", { 19, "vietnamese", } },
142
- { "iw", { 20, "hebrew", } },
143
  { "uk", { 21, "ukrainian", } },
144
  { "el", { 22, "greek", } },
145
  { "ms", { 23, "malay", } },
 
139
  { "hi", { 17, "hindi", } },
140
  { "fi", { 18, "finnish", } },
141
  { "vi", { 19, "vietnamese", } },
142
+ { "he", { 20, "hebrew", } },
143
  { "uk", { 21, "ukrainian", } },
144
  { "el", { 22, "greek", } },
145
  { "ms", { 23, "malay", } },