projectlosangeles commited on
Commit
bba405b
·
verified ·
1 Parent(s): 2230844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -310,9 +310,9 @@ def Inpaint_Pitches(input_midi,
310
  fn = os.path.basename(input_midi.name)
311
  fn1 = fn.split('.')[0]
312
  print('Input file name:', fn)
313
- print('Input chords:', input_chords)
314
- print('Req model temp:', input_temperature)
315
- print('Req top_k value:', input_top_p_value)
316
  print('=' * 70)
317
  print('Loading MIDI...')
318
  inp_seq = load_midi(input_midi)
 
310
  fn = os.path.basename(input_midi.name)
311
  fn1 = fn.split('.')[0]
312
  print('Input file name:', fn)
313
+ print('Input patch:', input_patch)
314
+ print('Input inpaint ratio:', input_inpaint_ratio)
315
+ print('Input top k value:', input_top_k)
316
  print('=' * 70)
317
  print('Loading MIDI...')
318
  inp_seq = load_midi(input_midi)