Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
doby4u
/
chattts
like
2
Runtime error
App
Files
Files
Community
47442ee
chattts
/
download_model.py
doby4u
webui origin
47442ee
7 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
#SDK模型下载
from
modelscope
import
snapshot_download
model_dir = snapshot_download(
'pzc163/chatTTS'
)
print
(model_dir)