Spaces:
Runtime error
Runtime error
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" | |
) |