Gamahea commited on
Commit
e85fc46
·
1 Parent(s): 661fe20

Remove non-functional training type radio buttons

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -1557,12 +1557,7 @@ with gr.Blocks(
1557
  # Tab 1: Dataset Training
1558
  with gr.Tab("📚 Dataset Training"):
1559
  gr.Markdown("### Pre-curated Dataset Training")
1560
-
1561
- training_type = gr.Radio(
1562
- choices=["Vocal Training", "Symbolic Training"],
1563
- value="Vocal Training",
1564
- label="Training Type"
1565
- )
1566
 
1567
  with gr.Row():
1568
  with gr.Column():
 
1557
  # Tab 1: Dataset Training
1558
  with gr.Tab("📚 Dataset Training"):
1559
  gr.Markdown("### Pre-curated Dataset Training")
1560
+ gr.Markdown("Select datasets from the categories below. All datasets can be used for music generation training.")
 
 
 
 
 
1561
 
1562
  with gr.Row():
1563
  with gr.Column():