Spaces:
Runtime error
Runtime error
File size: 559 Bytes
98fdba8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
from gradio_client import Client, file
client = Client("r3gm/rvc_zero")
result = client.predict(
audio_files=[file('https://github.com/gradio-app/gradio/raw/main/test/test_files/sample_file.pdf')],
file_m=file('https://github.com/gradio-app/gradio/raw/main/test/test_files/sample_file.pdf'),
pitch_alg="rmvpe+",
pitch_lvl=0,
file_index=file('https://github.com/gradio-app/gradio/raw/main/test/test_files/sample_file.pdf'),
index_inf=0.75,
r_m_f=3,
e_r=0.25,
c_b_p=0.5,
active_noise_reduce=False,
audio_effects=False,
api_name="/run"
) |