ChatTTS
ChatTTS copied to clipboard
AttributeError: module 'ChatTTS' has no attribute 'Chat'
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'