Spaces:
Runtime error
Runtime error
File size: 381 Bytes
569ab87 |
1 2 3 4 |
import os, sys
os.system("aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt -d /content/rvc-tts -o hubert_base.pt") # ==0.3.3
os.system("aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt -d /content/rvc-tts -o rmvpe.pt")
|