Skip to content

Commit

Permalink
Merge branch 'open-mmlab:main' into multispeaker-vits
Browse files Browse the repository at this point in the history
  • Loading branch information
zyingt authored Feb 21, 2024
2 parents ab84579 + d30b409 commit 4c62032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/g2p_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def __init__(
language_switch: LanguageSwitch = "keep-flags",
words_mismatch: WordMismatch = "ignore",
) -> None:
self.separator = separator
self.backend = self._initialize_backend(
backend,
language,
Expand All @@ -123,7 +124,6 @@ def __init__(
language_switch,
words_mismatch,
)
self.separator = separator

def _initialize_backend(
self,
Expand Down

0 comments on commit 4c62032

Please sign in to comment.