Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardust-minus authored Sep 30, 2023
1 parent 9e81848 commit c87eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def cleaned_text_to_sequence(cleaned_text, tones, language):
return phones, tones, lang_ids


def get_bert(norm_text, word2ph, language, device):
def get_bert(norm_text, word2ph, language, device, tokenizer):
from .chinese_bert import get_bert_feature as zh_bert
from .english_bert_mock import get_bert_feature as en_bert
from .japanese_bert import get_bert_feature as jp_bert
Expand Down

0 comments on commit c87eebb

Please sign in to comment.