Jarbas commited on
Commit
413fcf2
·
verified ·
1 Parent(s): 9e4775f

Language and region are predicted when no language is given

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -98,7 +98,7 @@ model = onnx_asr.load_model("OpenVoiceOS/dolphin-small-onnx", quantization="int8
98
 
99
  The `language` argument accepts a full tag (`zh-CN`), the same tag with an underscore
100
  (`zh_CN`) or a bare language (`zh`), which maps to the first region of that language.
101
- Leave `language` out and the model detects the language and the region itself.
102
 
103
  ## Languages
104
 
 
98
 
99
  The `language` argument accepts a full tag (`zh-CN`), the same tag with an underscore
100
  (`zh_CN`) or a bare language (`zh`), which maps to the first region of that language.
101
+ Leave `language` out and the model predicts the language and the region itself.
102
 
103
  ## Languages
104