Skip to content

Commit

Permalink
replace chattts modelscope_repo with AI-ModelScope
Browse files Browse the repository at this point in the history
  • Loading branch information
fangd123 committed Aug 12, 2024
1 parent 3ab5d3f commit 0f76bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dl_chattts.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self):
]
super().__init__(
model_name="ChatTTS",
modelscope_repo="pzc163/chatTTS",
modelscope_repo="AI-ModelScope/ChatTTS",
huggingface_repo="2Noise/ChatTTS",
required_files=required_files,
)
Expand Down

0 comments on commit 0f76bce

Please sign in to comment.