formatting

This commit is contained in:
Bailey Hirota 2024-11-26 06:34:15 +09:00
parent 1bc7f07a98
commit 68e1c3c000
2 changed files with 2 additions and 0 deletions

1
egs/multi_ja_en/ASR/local/prepare_for_bpe_model.py Normal file → Executable file
View File

@ -20,6 +20,7 @@
# to train the BPE model later.
import argparse
import re
from pathlib import Path
from tqdm.auto import tqdm

View File

@ -25,6 +25,7 @@
# Please install a version >=0.1.96
import argparse
import re
import shutil
import tempfile
from pathlib import Path