asigalov61 commited on
Commit
637d6b8
·
verified ·
1 Parent(s): 7a792ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -84,8 +84,6 @@ def Generate_Chords(input_midi, input_num_prime_chords, input_num_gen_chords, in
84
  fn = os.path.basename(input_midi.name)
85
  fn1 = fn.split('.')[0]
86
 
87
- input_num_tokens = max(4, min(128, input_num_tokens))
88
-
89
  print('=' * 70)
90
  print('Input file name:', fn)
91
  print('Num prime chords:', input_num_prime_chords)
 
84
  fn = os.path.basename(input_midi.name)
85
  fn1 = fn.split('.')[0]
86
 
 
 
87
  print('=' * 70)
88
  print('Input file name:', fn)
89
  print('Num prime chords:', input_num_prime_chords)