csukuangfj commited on
Commit
b4b1cfd
·
1 Parent(s): 06f3af4

add more models

Browse files
Files changed (1) hide show
  1. model.py +0 -2
model.py CHANGED
@@ -1516,8 +1516,6 @@ def _get_streaming_zipformer_ctc_pre_trained_model(
1516
  num_threads=2,
1517
  sample_rate=16000,
1518
  feature_dim=80,
1519
- decoding_method=decoding_method,
1520
- max_active_paths=num_active_paths,
1521
  )
1522
 
1523
  return recognizer
 
1516
  num_threads=2,
1517
  sample_rate=16000,
1518
  feature_dim=80,
 
 
1519
  )
1520
 
1521
  return recognizer