Skip to content

Commit

Permalink
fix value
Browse files Browse the repository at this point in the history
  • Loading branch information
lpscr committed Nov 6, 2024
1 parent 73bf6be commit f485965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/f5_tts/train/finetune_gradio.py
Original file line number Diff line number Diff line change
Expand Up @@ -1575,8 +1575,8 @@ def get_audio_select(file_sample):
arrow_split = gr.Textbox(label="Split", value="")

with gr.Row():
arrow_text = gr.Textbox(label="Text", value="audio/array")
arrow_audio = gr.Textbox(label="Audio", value="transcript")
arrow_text = gr.Textbox(label="Text", value="transcript")
arrow_audio = gr.Textbox(label="Audio", value="audio/array")
bt_covert_metadata = bt_create = gr.Button("Create Metadata")

gr.Markdown(
Expand Down

0 comments on commit f485965

Please sign in to comment.