Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
lpscr committed Oct 25, 2024
1 parent 606e85b commit a5ff516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f5_tts/train/finetune_gradio.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ def get_combined_stats():
random_sample_prepare = gr.Button("random sample")

with gr.Row():
random_text_prepare = gr.Text(label="vocab")
random_text_prepare = gr.Text(label="Tokenizer")
random_audio_prepare = gr.Audio(label="Audio", type="filepath")

random_sample_prepare.click(
Expand Down

0 comments on commit a5ff516

Please sign in to comment.