breadlicker45 commited on
Commit
67eb0a9
·
1 Parent(s): 175ee87

Update playground.py

Browse files
Files changed (1) hide show
  1. playground.py +2 -2
playground.py CHANGED
@@ -128,11 +128,11 @@ def instrument_row(default_inst, row_id):
128
  value=0.7,
129
  label="Creativity",
130
  )
131
- density = gr.Dropdown([1, 2, 3], value=3, label="Note Density")
132
 
133
  with gr.Column(scale=3):
134
  output_txt = gr.Textbox(
135
- label="output", lines=10, max_lines=10, show_label=False
136
  )
137
  with gr.Column(scale=1, min_width=100):
138
  inst_audio = gr.Audio(label="TRACK Audio", show_label=True)
 
128
  value=0.7,
129
  label="Creativity",
130
  )
131
+ density = gr.Dropdown([1, 2, 3, 4, 5, 6, 7 , 8, 9, 10], value=3, label="Note Density")
132
 
133
  with gr.Column(scale=3):
134
  output_txt = gr.Textbox(
135
+ label="output", lines=50, max_lines=100, show_label=False
136
  )
137
  with gr.Column(scale=1, min_width=100):
138
  inst_audio = gr.Audio(label="TRACK Audio", show_label=True)