mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Merge branch 'main' of github.com:alibaba-damo-academy/FunASR
merge
This commit is contained in:
commit
7e5f987c5d
@ -359,6 +359,7 @@ class AutoModel:
|
||||
results_sorted = []
|
||||
|
||||
if not len(sorted_data):
|
||||
results_ret_list.append({"key": key, "text": "", "timestamp": []})
|
||||
logging.info("decoding, utt: {}, empty speech".format(key))
|
||||
continue
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user