mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
add support mixture of kaldi_ark or sound
This commit is contained in:
parent
43af70b129
commit
49903ec044
@ -2048,7 +2048,7 @@ class SenseVoiceL(nn.Module):
|
||||
results = []
|
||||
result_i = {"key": key[0], "text": text}
|
||||
|
||||
results.append(result_i)
|
||||
# results.append(result_i)
|
||||
|
||||
ark_writer, len_writer = None, None
|
||||
if kwargs.get("output_dir") is not None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user