Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def predict(input_audio, vc_transform, not_singing,cluster_ratio, noise_scale):
|
|
36 |
auto_predict_f0=not_singing,
|
37 |
noice_scale=0.4
|
38 |
)
|
39 |
-
return gr.
|
40 |
|
41 |
|
42 |
app = gr.Blocks()
|
|
|
36 |
auto_predict_f0=not_singing,
|
37 |
noice_scale=0.4
|
38 |
)
|
39 |
+
return gr.update(label="Output Audio", visible=True), (44100, out_audio.numpy())
|
40 |
|
41 |
|
42 |
app = gr.Blocks()
|