mrfakename commited on
Commit
779620c
·
verified ·
1 Parent(s): af4e5fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -405,7 +405,7 @@ with gr.Blocks() as app_multistyle:
405
 
406
  # Generate speech for this segment
407
  audio, _ = infer(
408
- ref_audio, ref_text, text, model_choice, remove_silence, 0, show_info=print
409
  ) # show_info=print no pull to top when generating
410
  sr, audio_data = audio
411
 
 
405
 
406
  # Generate speech for this segment
407
  audio, _ = infer(
408
+ ref_audio, ref_text, text, model_choice, remove_silence, 0
409
  ) # show_info=print no pull to top when generating
410
  sr, audio_data = audio
411