Gregniuki commited on
Commit
92c8217
·
verified ·
1 Parent(s): a6fb1fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -396,7 +396,7 @@ with gr.Blocks() as app_tts:
396
  ref_audio_input = gr.Audio(label="Reference Audio", type="filepath")
397
  gen_text_input = gr.Textbox(label="Text to Generate", lines=10)
398
  model_choice = gr.Radio(
399
- choices=["F5-TTS", "E2-TTS"], label="Choose TTS Model", value="F5-TTS"
400
  )
401
  generate_btn = gr.Button("Synthesize", variant="primary")
402
  with gr.Accordion("Advanced Settings", open=False):
@@ -458,7 +458,7 @@ with gr.Blocks() as app_podcast:
458
  placeholder="Enter the script with speaker names at the start of each block, e.g.:\nSean: How did you start studying...\n\nMeghan: I came to my interest in technology...\nIt was a long journey...\n\nSean: That's fascinating. Can you elaborate...")
459
 
460
  podcast_model_choice = gr.Radio(
461
- choices=["F5-TTS", "E2-TTS"], label="Choose TTS Model", value="F5-TTS"
462
  )
463
  podcast_remove_silence = gr.Checkbox(
464
  label="Remove Silences",
 
396
  ref_audio_input = gr.Audio(label="Reference Audio", type="filepath")
397
  gen_text_input = gr.Textbox(label="Text to Generate", lines=10)
398
  model_choice = gr.Radio(
399
+ choices=["F5-TTS"], label="Choose TTS Model", value="F5-TTS"
400
  )
401
  generate_btn = gr.Button("Synthesize", variant="primary")
402
  with gr.Accordion("Advanced Settings", open=False):
 
458
  placeholder="Enter the script with speaker names at the start of each block, e.g.:\nSean: How did you start studying...\n\nMeghan: I came to my interest in technology...\nIt was a long journey...\n\nSean: That's fascinating. Can you elaborate...")
459
 
460
  podcast_model_choice = gr.Radio(
461
+ choices=["F5-TTS"], label="Choose TTS Model", value="F5-TTS"
462
  )
463
  podcast_remove_silence = gr.Checkbox(
464
  label="Remove Silences",