这样写的程序 import ChatTTS chat = ChatTTS.Chat() chat.load(compile=False, source='huggingface') 运行后一直报错, module 'ChatTTS' has no attribute 'Chat'
这样写的程序
import ChatTTS
chat = ChatTTS.Chat()
chat.load(compile=False, source='huggingface')
运行后一直报错,
module 'ChatTTS' has no attribute 'Chat'