Skip to content

Commit

Permalink
small updates label text
Browse files Browse the repository at this point in the history
  • Loading branch information
lpscr committed Oct 21, 2024
1 parent 417939e commit 20f823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finetune_gradio.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ def infer(project_name, file_checkpoint, exp_name, ref_text, ref_audio, gen_text
random_sample_transcribe = gr.Button("random sample")

with gr.Row():
random_text_transcribe = gr.Text(label="Pinyin")
random_text_transcribe = gr.Text(label="Text")
random_audio_transcribe = gr.Audio(label="Audio", type="filepath")

random_sample_transcribe.click(
Expand Down

0 comments on commit 20f823d

Please sign in to comment.