Update tqdm desc

This commit is contained in:
Artrajz 2024-02-13 22:25:59 +08:00
parent e1d55e46e7
commit 96c94e65f8

View File

@ -79,7 +79,6 @@ if os.path.exists(txt_path) == False:
return phone_level_feature.T
def process(data, res):
print(i_part)
for name, text, lan in tqdm(data, desc=f"Process {i_part}"):
try:
name = os.path.basename(name)