funasr/auto/auto_model.py
@@ -92,6 +92,7 @@ if isinstance(data_i, str) and os.path.exists(data_i): key = misc.extract_filename_without_extension(data_i) else: if key is None: key = "rand_key_" + "".join(random.choice(chars) for _ in range(13)) key_list.append(key)