csukuangfj commited on
Commit
3c08450
·
1 Parent(s): 796ca4c

typo fixes

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -992,7 +992,7 @@ def _get_sherpa_onnx_nemo_transducer_models(
992
  repo_id: str,
993
  decoding_method: str,
994
  num_active_paths: int,
995
- ) -> sherpa_onnx.OnlineRecognizer:
996
  assert repo_id in [
997
  "csukuangfj/sherpa-onnx-nemo-parakeet_tdt_transducer_110m-en-36000",
998
  ], repo_id
 
992
  repo_id: str,
993
  decoding_method: str,
994
  num_active_paths: int,
995
+ ) -> sherpa_onnx.OfflineRecognizer:
996
  assert repo_id in [
997
  "csukuangfj/sherpa-onnx-nemo-parakeet_tdt_transducer_110m-en-36000",
998
  ], repo_id