From 2fd524e82e4c82f4743133a081d612b4a496324b Mon Sep 17 00:00:00 2001 From: Yabin Li <wucong.lyb@alibaba-inc.com> Date: 星期三, 20 三月 2024 19:19:57 +0800 Subject: [PATCH] Update SDK_tutorial_online_zh.md --- 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