Spaces:
Configuration error
Configuration error
File size: 294 Bytes
08991d5 |
1 2 3 4 5 6 7 8 9 |
from modelscope import snapshot_download
import os
print("Baixando CosyVoice2-0.5B (modelo mais recente)...")
snapshot_download('iic/CosyVoice2-0.5B',
local_dir='pretrained_models/CosyVoice2-0.5B',
cache_dir='./model_cache')
print("Download concluído\!")
|