mrfakename commited on
Commit
050ce46
·
verified ·
1 Parent(s): 68efc15

Update app.py

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