少加了个,

pull/3465/head
Code2die 2 years ago committed by GitHub
parent 324cf5538f
commit f03789b070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -164,7 +164,7 @@ class TTSServerExecutor(TTSExecutor):
if lang == 'zh':
self.frontend = Frontend(
phone_vocab_path=self.phones_dict,
tone_vocab_path=self.tones_dict
tone_vocab_path=self.tones_dict,
g2p_model='pypinyin')
elif lang == 'en':

Loading…
Cancel
Save