Spaces:
Running
Running
fix model id
Browse files- app/asr_worker.py +1 -1
app/asr_worker.py
CHANGED
@@ -95,7 +95,7 @@ STREAMING_ZIPFORMER_MODELS = {
|
|
95 |
"joiner_fp32": "joiner-epoch-29-avg-9-with-averaged-model.onnx",
|
96 |
"joiner_int8": "joiner-epoch-29-avg-9-with-averaged-model.int8.onnx",
|
97 |
},
|
98 |
-
"sherpa-onnx-streaming-zipformer-small-bilingual-zh-en-2023-02-16": {
|
99 |
"tokens": "tokens.txt",
|
100 |
"encoder_fp32": "encoder-epoch-99-avg-1.onnx",
|
101 |
"encoder_int8": "encoder-epoch-99-avg-1.int8.onnx",
|
|
|
95 |
"joiner_fp32": "joiner-epoch-29-avg-9-with-averaged-model.onnx",
|
96 |
"joiner_int8": "joiner-epoch-29-avg-9-with-averaged-model.int8.onnx",
|
97 |
},
|
98 |
+
"csukuangfj/sherpa-onnx-streaming-zipformer-small-bilingual-zh-en-2023-02-16": {
|
99 |
"tokens": "tokens.txt",
|
100 |
"encoder_fp32": "encoder-epoch-99-avg-1.onnx",
|
101 |
"encoder_int8": "encoder-epoch-99-avg-1.int8.onnx",
|