asigalov61 commited on
Commit
d238a95
1 Parent(s): 7f3082d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -216,9 +216,7 @@ def GenerateAccompaniment(input_midi, input_num_tokens, input_conditioning_type)
216
  idx = 0
217
 
218
  for c in chords[:input_num_tokens]:
219
-
220
- try:
221
-
222
  output.append(c)
223
 
224
  if input_conditioning_type == 'Chords-Times' or input_conditioning_type == 'Chords-Times-Durations':
 
216
  idx = 0
217
 
218
  for c in chords[:input_num_tokens]:
219
+
 
 
220
  output.append(c)
221
 
222
  if input_conditioning_type == 'Chords-Times' or input_conditioning_type == 'Chords-Times-Durations':