Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Masao-Someki committed Mar 4, 2023
1 parent e4915f1 commit 3188814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espnet_onnx/export/tts/get_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_preprocess_config(model, path):
ret = {}
if model.text_cleaner is not None:
ret.update({'text_cleaner': {
'cleaner_types': model.text_cleaner.cleaner_types[0]
'cleaner_types': [ct for ct in model.text_cleaner.clearner_types]
}})
else:
ret.update({'text_cleaner': None})
Expand Down

0 comments on commit 3188814

Please sign in to comment.