Better UI copied and pasted from SadTalker.

Blane187 changed pull request status to merged

hey @John6666 can you make inference ui's also?

base:

from rvc_infer import infer_audio

result = infer_audio(
model_name,
audio_path,
f0_change=0,
f0_method="rmvpe+",
min_pitch="50",
max_pitch="1100",
crepe_hop_length=128,
index_rate=0.75,
filter_radius=3,
rms_mix_rate=0.25,
protect=0.33,
split_infer=False,
min_silence=500,
silence_threshold=-50,
seek_step=1,
keep_silence=100,
do_formant=False,
quefrency=0,
timbre=1,
f0_autotune=False,
audio_format="wav",
resample_sr=0,
)

It is possible, but there is a slight problem. I can guess to some extent, but it is impossible to accurately install Gradio's components if I don't know the valid range of parameters and choices.
So I'll make a rough approximation around the default values and you can adjust them later.

okay, thanks

Sign up or log in to comment