breadlicker45 commited on
Commit
1c36c48
1 Parent(s): 8cb82e2

Update playground.py

Browse files
Files changed (1) hide show
  1. playground.py +1 -1
playground.py CHANGED
@@ -132,7 +132,7 @@ def instrument_row(default_inst, row_id):
132
 
133
  with gr.Column(scale=3):
134
  output_txt = gr.Textbox(
135
- label="output", lines=10, max_lines=160, show_label=False
136
  )
137
  with gr.Column(scale=1, min_width=100):
138
  inst_audio = gr.Audio(label="TRACK Audio", show_label=True)
 
132
 
133
  with gr.Column(scale=3):
134
  output_txt = gr.Textbox(
135
+ label="output", lines=10, max_lines=350, show_label=False
136
  )
137
  with gr.Column(scale=1, min_width=100):
138
  inst_audio = gr.Audio(label="TRACK Audio", show_label=True)