mrfakename commited on
Commit
cd53881
·
verified ·
1 Parent(s): 392ff83

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

src/f5_tts/train/finetune_gradio.py CHANGED
@@ -1472,6 +1472,9 @@ If you encounter a memory error, try reducing the batch size per GPU to a smalle
1472
  )
1473
 
1474
  with gr.TabItem("test model"):
 
 
 
1475
  exp_name = gr.Radio(label="Model", choices=["F5-TTS", "E2-TTS"], value="F5-TTS")
1476
  list_checkpoints, checkpoint_select = get_checkpoints_project(projects_selelect, False)
1477
 
 
1472
  )
1473
 
1474
  with gr.TabItem("test model"):
1475
+ gr.Markdown("""```plaintext
1476
+ SOS : check the use_ema setting (True or False) for your model to see what works best for you.
1477
+ ```""")
1478
  exp_name = gr.Radio(label="Model", choices=["F5-TTS", "E2-TTS"], value="F5-TTS")
1479
  list_checkpoints, checkpoint_select = get_checkpoints_project(projects_selelect, False)
1480