Closed lyzhang1999 closed 5 months ago
@lyzhang1999 how did you solve this problem finally ?
when you download models in local,using with
chat = ChatTTS.Chat()
chat.load_models(
source="local",
local_path="./"
)
source="local", local_path="./"
chat.load_models(source="local",local_path="./")
TypeError: Chat.load_models() got an unexpected keyword argument 'source'
./asset ./config ./run.py
When I try to run this code:
output:
How can I solve this problem?