from app.rvc.rvc_infer import rvc_convert | |
wav=rvc_convert( | |
model_path="/Users/saboor/Documents/TTS-RVC-API-1/rizwan.pth", | |
f0_up_key=2, | |
input_path="/Users/saboor/Documents/TTS-RVC-API-1/out.wav" | |
) |
from app.rvc.rvc_infer import rvc_convert | |
wav=rvc_convert( | |
model_path="/Users/saboor/Documents/TTS-RVC-API-1/rizwan.pth", | |
f0_up_key=2, | |
input_path="/Users/saboor/Documents/TTS-RVC-API-1/out.wav" | |
) |