asigalov61 commited on
Commit
8fb14e0
·
verified ·
1 Parent(s): a9a919c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def render_midi_output(final_composition):
131
  return (16000, midi_audio), midi_plot, fname + '.mid', time_val
132
 
133
  def remove_duplicate_pitches(tokens):
134
-
135
  chords = []
136
  current_chord = []
137
 
 
131
  return (16000, midi_audio), midi_plot, fname + '.mid', time_val
132
 
133
  def remove_duplicate_pitches(tokens):
134
+ """Remove duplicate notes from tokens seq"""
135
  chords = []
136
  current_chord = []
137