Spaces:
Runtime error
Runtime error
Commit
·
1c36c48
1
Parent(s):
8cb82e2
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=10, max_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=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)
|