asigalov61 commited on
Commit
41705b0
·
verified ·
1 Parent(s): b49f486

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,7 +103,7 @@ def ID_MIDI(input_midi):
103
 
104
  else:
105
 
106
- output_table_data = None
107
 
108
  print('Done!')
109
  print('=' * 70)
@@ -143,7 +143,7 @@ if __name__ == "__main__":
143
  with app:
144
 
145
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Identification</h1>")
146
- gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Identify any MIDI</h1>")
147
 
148
  gr.Markdown("This is a demo for tegridy-tools\n\n"
149
  "Please see [tegridy-tools](https://github.com/asigalov61/tegridy-tools) GitHub repo for more information\n\n"
 
103
 
104
  else:
105
 
106
+ output_table_data = [['No matching MIDI ID records found', 'Unknown MIDI', 'Sorry :(']]
107
 
108
  print('Done!')
109
  print('=' * 70)
 
143
  with app:
144
 
145
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Identification</h1>")
146
+ gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Identify any MIDI in a comprehensive database of 1.42M+ MIDI records</h1>")
147
 
148
  gr.Markdown("This is a demo for tegridy-tools\n\n"
149
  "Please see [tegridy-tools](https://github.com/asigalov61/tegridy-tools) GitHub repo for more information\n\n"