FavoriteStar

Results 1 issues of FavoriteStar

具体代码为: `import paddle from paddlespeech.cli.tts import TTSExecutor def tts(text,output): #paddle.device.set_device('gpu:0') tts_executor = TTSExecutor() wav_file = tts_executor( text=text, output=output, am='fastspeech2_mix', am_config=None, am_ckpt=None, am_stat=None, spk_id=0, phones_dict=None, tones_dict=None, speaker_dict=None, voc='hifigan_aishell3', voc_config=None, voc_ckpt=None, voc_stat=None,...

Bug
T2S