asigalov61 commited on
Commit
c83e4ca
1 Parent(s): d84f99c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ def InpaintPitches(input_midi, input_num_of_notes, input_patch_number):
225
 
226
  nidx = 0
227
 
228
- for m in enumerate(melody_chords):
229
 
230
  cpatch = (melody_chords[i]-2304) // 129
231
 
 
225
 
226
  nidx = 0
227
 
228
+ for i, m in enumerate(melody_chords):
229
 
230
  cpatch = (melody_chords[i]-2304) // 129
231