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