asigalov61 commited on
Commit
db78c42
1 Parent(s): 8765df9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ def GenerateAccompaniment(input_midi, input_num_tokens, input_conditioning_type,
256
 
257
  idx += 1
258
 
259
- if idx == len(chords[:input_num_tokens]):
260
  break
261
 
262
  print('=' * 70)
 
256
 
257
  idx += 1
258
 
259
+ if idx == len(chords[:input_num_tokens])-1:
260
  break
261
 
262
  print('=' * 70)