from local
This commit is contained in:
parent
11e111cfb8
commit
6ae2d42e83
Binary file not shown.
@ -95,7 +95,7 @@ def prepare_vox(
|
|||||||
futures.append(
|
futures.append(
|
||||||
parse_utterance(part_path, trans_path + ' ' + line, alignments)
|
parse_utterance(part_path, trans_path + ' ' + line, alignments)
|
||||||
)
|
)
|
||||||
print(futures)
|
print(futures)
|
||||||
for future in tqdm(futures, desc="Processing", leave=False):
|
for future in tqdm(futures, desc="Processing", leave=False):
|
||||||
result = future
|
result = future
|
||||||
if result is None:
|
if result is None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user