asigalov61 commited on
Commit
5fdc7da
·
verified ·
1 Parent(s): 5e34946

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Table(label="MIDID results table")
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
  ],