asigalov61 commited on
Commit
40ec504
1 Parent(s): ee32103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -340,6 +340,10 @@ def match_midi(midi, max_match_ratio, progress=gr.Progress()):
340
 
341
  txt_mdata = ''
342
 
 
 
 
 
343
  for m in mdata:
344
  txt_mdata += str(m[0]) + ': ' + str(m[1])
345
  txt_mdata += chr(10)
 
340
 
341
  txt_mdata = ''
342
 
343
+ txt_data += '=============================================================='
344
+ txt_data += 'FOUND MIDI MATCH RATIO: ' + str(max_ratio)
345
+ txt_data += '=============================================================='
346
+
347
  for m in mdata:
348
  txt_mdata += str(m[0]) + ': ' + str(m[1])
349
  txt_mdata += chr(10)