Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def ID_MIDI(input_midi):
|
|
103 |
|
104 |
else:
|
105 |
|
106 |
-
output_table_data =
|
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"
|