ChatTTS icon indicating copy to clipboard operation
ChatTTS copied to clipboard

AttributeError: module 'ChatTTS' has no attribute 'Chat'

Open Zhangzhicheng001 opened this issue 9 months ago • 5 comments

python 3.11.9 先安装requirements.txt的包之后 运行DEMO,出现下列错误。


AttributeError Traceback (most recent call last) Cell In[10], line 4 1 import ChatTTS 2 from IPython.display import Audio ----> 4 chat = ChatTTS.Chat() 5 chat.load_models() 7 texts = ["<PUT YOUR TEXT HERE>",]

AttributeError: module 'ChatTTS' has no attribute 'Chat'

Zhangzhicheng001 avatar May 31 '24 01:05 Zhangzhicheng001