Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ if __name__ == "__main__":
|
|
161 |
gr.Markdown("## MIDI identification results")
|
162 |
|
163 |
output_midi_md5 = gr.Textbox(label="Input MIDI md5 hash")
|
164 |
-
output_MIDID_results_table = gr.Dataframe(label="MIDID results table", wrap=True)
|
165 |
|
166 |
run_event = submit.click(ID_MIDI, [input_midi,
|
167 |
],
|
|
|
161 |
gr.Markdown("## MIDI identification results")
|
162 |
|
163 |
output_midi_md5 = gr.Textbox(label="Input MIDI md5 hash")
|
164 |
+
output_MIDID_results_table = gr.Dataframe(label="MIDID results table", wrap=True, col_count=(3, 'dynamic'))
|
165 |
|
166 |
run_event = submit.click(ID_MIDI, [input_midi,
|
167 |
],
|