We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
txt = "疲れた?甘ったれたこと言ってんじゃないわよ!" txtr=get_roma(txt, hps) tts(txtr, torch.LongTensor([0]), emotion="./short angry.wav", roma=True, length_scale = 1)
NameError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_18240\902133935.py in 2 txt = "疲れた?甘ったれたこと言ってんじゃないわよ!" 3 txtr=get_roma(txt, hps) ----> 4 tts(txtr, torch.LongTensor([0]), emotion="./short angry.wav", roma=True, length_scale = 1)
NameError: name 'tts' is not defined
刚全都装好的时候能用,重新打开之后就报错说tts没有被定义了,不知道是应该怎么办
——————
tts在第三段还是第四段什么的被定义,如果不用emotion.dict可以先注释掉,然后运行,把tts定义了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用音频文件作为感情输入
txt = "疲れた?甘ったれたこと言ってんじゃないわよ!"
txtr=get_roma(txt, hps)
tts(txtr, torch.LongTensor([0]), emotion="./short angry.wav", roma=True, length_scale = 1)
NameError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_18240\902133935.py in
2 txt = "疲れた?甘ったれたこと言ってんじゃないわよ!"
3 txtr=get_roma(txt, hps)
----> 4 tts(txtr, torch.LongTensor([0]), emotion="./short angry.wav", roma=True, length_scale = 1)
NameError: name 'tts' is not defined
刚全都装好的时候能用,重新打开之后就报错说tts没有被定义了,不知道是应该怎么办
——————
tts在第三段还是第四段什么的被定义,如果不用emotion.dict可以先注释掉,然后运行,把tts定义了
The text was updated successfully, but these errors were encountered: