From c1d01605bf5c4dc383f4c397ae4f566ce91b214a Mon Sep 17 00:00:00 2001
From: Binbin Gu <gubinbin@outlook.com>
Date: 星期五, 22 九月 2023 09:01:02 +0800
Subject: [PATCH] Update money.py (#971)
---
funasr/runtime/onnxruntime/src/tpass-online-stream.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/runtime/onnxruntime/src/tpass-online-stream.cpp b/funasr/runtime/onnxruntime/src/tpass-online-stream.cpp
index d99c871..832cfd1 100644
--- a/funasr/runtime/onnxruntime/src/tpass-online-stream.cpp
+++ b/funasr/runtime/onnxruntime/src/tpass-online-stream.cpp
@@ -7,7 +7,7 @@
if(tpass_obj->vad_handle){
vad_online_handle = make_unique<FsmnVadOnline>((FsmnVad*)(tpass_obj->vad_handle).get());
}else{
- LOG(ERROR)<<"asr_handle is null";
+ LOG(ERROR)<<"vad_handle is null";
exit(-1);
}
--
Gitblit v1.9.1