r3gm's picture
Update app.py
bc9ca81
raw
history blame
No virus
367 Bytes
import os
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 . -o hubert_base.pt")
os.system("aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co./lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt -d . -o rmvpe.pt")
os.system("python infer.py")