asigalov61 commited on
Commit
123fec3
1 Parent(s): 4dc9d6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ def ClassifyMIDI(input_midi):
269
  genre = genre_labels[gidx][1]
270
 
271
  print('Notes', i*samples_overlap, '-', (i*samples_overlap)+340, '===', genre, '---', song_artist)
272
- classification_summary_string += 'Notes ' + str(i*samples_overlap) + ' - ' + str((i*samples_overlap)+340) + ' === ' + str(genre) + ' --- ' + str(song_artist)) + '\n'
273
 
274
  artist_label = str_strip_artist(song_artist.split(' --- ')[1])
275
 
 
269
  genre = genre_labels[gidx][1]
270
 
271
  print('Notes', i*samples_overlap, '-', (i*samples_overlap)+340, '===', genre, '---', song_artist)
272
+ classification_summary_string += 'Notes ' + str(i*samples_overlap) + ' - ' + str((i*samples_overlap)+340) + ' === ' + str(genre) + ' --- ' + str(song_artist) + '\n'
273
 
274
  artist_label = str_strip_artist(song_artist.split(' --- ')[1])
275