From 0ee33ed14b24bf13ea70197c4b0cc6770e0d1639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E9=9C=87=E4=B8=9C?= Date: Mon, 18 Mar 2024 21:56:20 +0800 Subject: [PATCH] fix typo (#1510) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e23596c16..a4511b972 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ model = AutoModel(model="paraformer", device="cpu") res = model.export(quantize=False) ``` -### Text ONNX +### Test ONNX ```python # pip3 install -U funasr-onnx from funasr_onnx import Paraformer