Spaces:
Runtime error
Runtime error
Commit
·
43bab79
1
Parent(s):
67eb0a9
Update playground.py
Browse files- playground.py +2 -2
playground.py
CHANGED
@@ -17,7 +17,7 @@ matplotlib.use("Agg")
|
|
17 |
sys.modules["pylab"] = pylab
|
18 |
|
19 |
model_repo = "JammyMachina/elec-gmusic-familized-model-13-12__17-35-53"
|
20 |
-
n_bar_generated =
|
21 |
# model_repo = "JammyMachina/improved_4bars-mdl"
|
22 |
# n_bar_generated = 4
|
23 |
|
@@ -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=50, max_lines=
|
136 |
)
|
137 |
with gr.Column(scale=1, min_width=100):
|
138 |
inst_audio = gr.Audio(label="TRACK Audio", show_label=True)
|
|
|
17 |
sys.modules["pylab"] = pylab
|
18 |
|
19 |
model_repo = "JammyMachina/elec-gmusic-familized-model-13-12__17-35-53"
|
20 |
+
n_bar_generated = 15
|
21 |
# model_repo = "JammyMachina/improved_4bars-mdl"
|
22 |
# n_bar_generated = 4
|
23 |
|
|
|
132 |
|
133 |
with gr.Column(scale=3):
|
134 |
output_txt = gr.Textbox(
|
135 |
+
label="output", lines=50, 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)
|