[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -11,7 +11,7 @@ def cleaned_text_to_sequence(cleaned_text, tones, language):
|
||||
Returns:
|
||||
List of integers corresponding to the symbols in the text
|
||||
"""
|
||||
phones = [] # _symbol_to_id[symbol] for symbol in cleaned_text
|
||||
phones = [] # _symbol_to_id[symbol] for symbol in cleaned_text
|
||||
for symbol in cleaned_text:
|
||||
try:
|
||||
phones.append(_symbol_to_id[symbol])
|
||||
|
||||
Reference in New Issue
Block a user