patchbanks commited on
Commit
3a003b8
·
verified ·
1 Parent(s): 4fe8ac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -129,7 +129,6 @@ def generate_midi(temperature, top_k):
129
 
130
  midi_events = round_bars
131
 
132
- # remove duplciates
133
  for track in midi_events:
134
  track.sort(key=lambda x: x['start'])
135
  unique_notes = []
 
129
 
130
  midi_events = round_bars
131
 
 
132
  for track in midi_events:
133
  track.sort(key=lambda x: x['start'])
134
  unique_notes = []