From cbe2ea7e07cbf364827bd89cefc42b3f643ea3be Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期一, 18 三月 2024 23:59:09 +0800 Subject: [PATCH] paraformer streaming bugfix --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index e23596c..a4511b9 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ res = model.export(quantize=False) ``` -### Text ONNX +### Test ONNX ```python # pip3 install -U funasr-onnx from funasr_onnx import Paraformer -- Gitblit v1.9.1