RASPIAUDIO commited on
Commit
f381620
·
1 Parent(s): 45d7137

french version 1.02

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -389,7 +389,7 @@ with gr.Blocks() as app_credits:
389
  """)
390
  with gr.Blocks() as app_tts:
391
  gr.Markdown("# Batched TTS")
392
- ref_audio_input = gr.Audio(label="Reference Audio", type="filepath")
393
  gen_text_input = gr.Textbox(label="Text to Generate", lines=10)
394
  model_choice = gr.Radio(
395
  choices=["F5-TTS"], label="Choose TTS Model", value="F5-TTS"
@@ -623,7 +623,7 @@ with gr.Blocks() as app_emotional:
623
  )
624
 
625
  # Text input for the prompt
626
- gen_text_input_emotional = gr.Textbox(label="Text to Generate", lines=10)
627
 
628
  # Model choice
629
  model_choice_emotional = gr.Radio(
 
389
  """)
390
  with gr.Blocks() as app_tts:
391
  gr.Markdown("# Batched TTS")
392
+ ref_audio_input = gr.Audio(label="Reference Audio provide 10s of the voice to clone", type="filepath")
393
  gen_text_input = gr.Textbox(label="Text to Generate", lines=10)
394
  model_choice = gr.Radio(
395
  choices=["F5-TTS"], label="Choose TTS Model", value="F5-TTS"
 
623
  )
624
 
625
  # Text input for the prompt
626
+ gen_text_input_emotional = gr.Textbox(label="Text to Generate using the cloned voice", lines=10)
627
 
628
  # Model choice
629
  model_choice_emotional = gr.Radio(