From 09b9bc0c87f66cc8903ac06606f3339ecb04d18d Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期二, 30 四月 2024 13:21:24 +0800
Subject: [PATCH] train_loss_avg train_acc_avg
---
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