Skip to content

Commit

Permalink
Update data_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardust-minus authored Sep 30, 2023
1 parent 1ef9409 commit 1928118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from mel_processing import spectrogram_torch, mel_spectrogram_torch
from utils import load_wav_to_torch, load_filepaths_and_text
from text import cleaned_text_to_sequence, get_bert, get_bert_train
from text.japanese_bert import jp_tokenizer
from text.japanese_bert import tokenizer as jp_tokenizer
from text.chinese_bert import tokenizer
from text.japanese import text_normalize

Expand Down

0 comments on commit 1928118

Please sign in to comment.