From 1f49a4f2b2744c30fcbfff6fbb85d6133c6203f2 Mon Sep 17 00:00:00 2001
From: 彭震东 <zhendong.peng@qq.com>
Date: 星期一, 29 四月 2024 16:45:36 +0800
Subject: [PATCH] fix single word case (#1679)
---
README.md | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md
index 9c3e00d..faa758c 100644
--- a/README.md
+++ b/README.md
@@ -155,7 +155,7 @@
from funasr import AutoModel
model = AutoModel(model="fsmn-vad")
-wav_file = f"{model.model_path}/example/asr_example.wav"
+wav_file = f"{model.model_path}/example/vad_example.wav"
res = model.generate(input=wav_file)
print(res)
```
--
Gitblit v1.9.1