asigalov61 commited on
Commit
2c850db
1 Parent(s): 325e435

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,9 +92,9 @@ def find_midi(title, artist):
92
  print('Sample INTs', MIDI_score_data[:12])
93
  print('=' * 70)
94
 
95
- if len(outy) != 0:
96
 
97
- song = outy
98
  song_f = []
99
 
100
  time = 0
 
92
  print('Sample INTs', MIDI_score_data[:12])
93
  print('=' * 70)
94
 
95
+ if len(MIDI_score_data) != 0:
96
 
97
+ song = MIDI_score_data
98
  song_f = []
99
 
100
  time = 0