Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|