This commit is contained in:
Edresson Casanova 2023-11-27 11:16:41 -03:00
parent e6c51e3666
commit ceb8b05abe
1 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ if __name__ == "__main__":
args = parser.parse_args()
with gr.Blocks() as demo:
with gr.Tab("Data processing"):
with gr.Tab("1 - Data processing"):
out_path = gr.Textbox(
label="Output path (where data and checkpoints will be saved):",
value=args.out_path,
@ -222,7 +222,7 @@ if __name__ == "__main__":
print("Dataset Processed!")
return "Dataset Processed!", train_meta, eval_meta
with gr.Tab("Fine-tuning XTTS Encoder"):
with gr.Tab("2 - Fine-tuning XTTS Encoder"):
train_csv = gr.Textbox(
label="Train CSV:",
)
@ -281,7 +281,7 @@ if __name__ == "__main__":
return "Model training done!", config_path, vocab_file, ft_xtts_checkpoint, speaker_wav
with gr.Tab("Inference"):
with gr.Tab("3 - Inference"):
with gr.Row():
with gr.Column() as col1:
xtts_checkpoint = gr.Textbox(