From 84b6c48f5555be860c1656aa68db57f286926c3b Mon Sep 17 00:00:00 2001
From: Yabin Li <wucong.lyb@alibaba-inc.com>
Date: 星期五, 07 六月 2024 14:28:57 +0800
Subject: [PATCH] Update SDK_advanced_guide_offline_zh.md
---
funasr/auto/auto_model.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/funasr/auto/auto_model.py b/funasr/auto/auto_model.py
index e8ca008..7b5a02f 100644
--- a/funasr/auto/auto_model.py
+++ b/funasr/auto/auto_model.py
@@ -359,6 +359,7 @@
results_sorted = []
if not len(sorted_data):
+ results_ret_list.append({"key": key, "text": "", "timestamp": []})
logging.info("decoding, utt: {}, empty speech".format(key))
continue
--
Gitblit v1.9.1