Luigi commited on
Commit
e3fb82b
·
1 Parent(s): debc9c5

update asr worker

Browse files
Files changed (1) hide show
  1. app/asr_worker.py +1 -1
app/asr_worker.py CHANGED
@@ -38,7 +38,7 @@ STREAMING_ZIPFORMER_MODELS = {
38
  "joiner_fp32": "exp/joiner-epoch-99-avg-1.onnx",
39
  "joiner_int8": "exp/joiner-epoch-99-avg-1.int8.onnx",
40
  "modeling_unit":"cjkchar+bpe",
41
- "bpe_vocab": "None",
42
  },
43
  # Korean-only (CJK chars)
44
  "k2-fsa/sherpa-onnx-streaming-zipformer-korean-2024-06-16": {
 
38
  "joiner_fp32": "exp/joiner-epoch-99-avg-1.onnx",
39
  "joiner_int8": "exp/joiner-epoch-99-avg-1.int8.onnx",
40
  "modeling_unit":"cjkchar+bpe",
41
+ "bpe_vocab": None,
42
  },
43
  # Korean-only (CJK chars)
44
  "k2-fsa/sherpa-onnx-streaming-zipformer-korean-2024-06-16": {