-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
如图 使用这个功能报下面的错是什么原因
Traceback (most recent call last):
File "/home/fyy/ResourceCode/PaddleSpeech/paddlespeech/t2s/exps/voice_cloning.py", line 233, in
main()
File "/home/fyy/ResourceCode/PaddleSpeech/paddlespeech/t2s/exps/voice_cloning.py", line 229, in main
voice_cloning(args)
File "/home/fyy/ResourceCode/PaddleSpeech/paddlespeech/t2s/exps/voice_cloning.py", line 69, in voice_cloning
audio_file=input_dir / os.listdir(input_dir)[0], force_yes=True)
File "/home/fyy/miniconda3/envs/paddle_env/lib/python3.7/site-packages/paddlespeech/cli/utils.py", line 328, in _warpper
return executor_func(self, *args, **kwargs)
TypeError: call() got an unexpected keyword argument 'force_yes'