Update cleaner.py
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from text import chinese, cleaned_text_to_sequence
|
||||
from text import chinese, japanese, cleaned_text_to_sequence
|
||||
|
||||
|
||||
language_module_map = {
|
||||
'ZH': chinese
|
||||
'ZH': chinese,
|
||||
'JP': japanese
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user