forked from mrq/ai-voice-cloning
rename transcribe button since it does more than transcribe
This commit is contained in:
parent
382a3e4104
commit
89bb3d4419
|
@ -422,8 +422,9 @@ def setup_gradio():
|
|||
DATASET_SETTINGS['skip'] = gr.Checkbox(label="Skip Already Transcribed", value=False)
|
||||
DATASET_SETTINGS['slice'] = gr.Checkbox(label="Slice Segments", value=False)
|
||||
|
||||
transcribe_button = gr.Button(value="Transcribe and Process")
|
||||
|
||||
with gr.Row():
|
||||
transcribe_button = gr.Button(value="Transcribe")
|
||||
slice_dataset_button = gr.Button(value="(Re)Slice Audio")
|
||||
prepare_dataset_button = gr.Button(value="(Re)Create Dataset")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user