from local

This commit is contained in:
dohe0342 2023-01-27 17:25:51 +09:00
parent c8e780fd45
commit 8c43f8f2cd
2 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ def prepare_vox(
for trans_path in tqdm(
glob.iglob(str(txt_path) + "/*.txt"), desc="Distributing tasks", leave=False
):
print(trans_path)
alignments = {}
with open(trans_path) as f:
cur_file_name = trans_path.split('/')[-1].replace('.txt', '')