Spaces:
Runtime error
Runtime error
File size: 225 Bytes
753e51d | 1 2 3 4 | # pip install modelscope
# https://www.modelscope.cn/models/Kedreamix/Linly-Talker/summary
from modelscope import snapshot_download
model_dir = snapshot_download('Kedreamix/Linly-Talker', cache_dir='./', revision='master') |