mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
ffmpeg
This commit is contained in:
parent
225e111c6d
commit
bab0675c36
@ -29,7 +29,7 @@ try:
|
||||
from funasr.models.campplus.utils import sv_chunk, postprocess, distribute_spk
|
||||
from funasr.models.campplus.cluster_backend import ClusterBackend
|
||||
except:
|
||||
print("If you want to use the speaker diarization, please `pip install hdbscan`")
|
||||
print("Notice: If you want to use the speaker diarization, please `pip install hdbscan`")
|
||||
|
||||
|
||||
def prepare_data_iterator(data_in, input_len=None, data_type=None, key=None):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user