Spaces:
Running
Running
File size: 123 Bytes
47442ee |
1 2 3 4 5 |
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('pzc163/chatTTS')
print(model_dir) |