Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,6 @@ def vc_fn(sid, input_audio, vc_transform, auto_f0,cluster_ratio, noise_scale):
|
|
37 |
print( cluster_ratio, auto_f0, noise_scale)
|
38 |
out_audio, out_sr = model.infer(sid, vc_transform, out_wav_path,
|
39 |
cluster_infer_ratio=cluster_ratio,
|
40 |
-
examples = [["./raw/One Last Kiss.wav", 0, False]],
|
41 |
-
cache_examples=True,
|
42 |
auto_predict_f0=auto_f0,
|
43 |
noice_scale=noise_scale
|
44 |
)
|
|
|
37 |
print( cluster_ratio, auto_f0, noise_scale)
|
38 |
out_audio, out_sr = model.infer(sid, vc_transform, out_wav_path,
|
39 |
cluster_infer_ratio=cluster_ratio,
|
|
|
|
|
40 |
auto_predict_f0=auto_f0,
|
41 |
noice_scale=noise_scale
|
42 |
)
|