dawood HF staff commited on
Commit
67111af
·
1 Parent(s): 75dc940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Audio(label="Output Audio", visible=True), (44100, out_audio.numpy())
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()