asigalov61 commited on
Commit
cc38963
1 Parent(s): 6df655f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ def match_midi(midi, progress=gr.Progress()):
211
 
212
  for d in progress.tqdm(meta_data):
213
 
214
- try:
215
  p_counts = d[1][10][1]
216
  p_counts.sort(reverse = True, key = lambda x: x[1])
217
  max_p_count = p_counts[0][1]
 
211
 
212
  for d in progress.tqdm(meta_data):
213
 
214
+
215
  p_counts = d[1][10][1]
216
  p_counts.sort(reverse = True, key = lambda x: x[1])
217
  max_p_count = p_counts[0][1]