Spaces:
Runtime error
Runtime error
Commit
·
910a3f3
1
Parent(s):
43bab79
Update playground.py
Browse files- 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=
|
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=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)
|