asigalov61 commited on
Commit
2172aec
1 Parent(s): 45a3f32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -217,6 +217,7 @@ def InpaintPitches(input_midi, input_num_of_notes, input_patch_number):
217
  number_of_prime_tokens = 30 # @param {type:"slider", min:3, max:8190, step:3}
218
  number_of_memory_tokens = 1024 # @param {type:"slider", min:3, max:8190, step:3}
219
  number_of_samples_per_inpainted_note = 1 #@param {type:"slider", min:1, max:16, step:1}
 
220
 
221
  print('=' * 70)
222
  print('Giant Music Transformer Inpainting Model Generator')
 
217
  number_of_prime_tokens = 30 # @param {type:"slider", min:3, max:8190, step:3}
218
  number_of_memory_tokens = 1024 # @param {type:"slider", min:3, max:8190, step:3}
219
  number_of_samples_per_inpainted_note = 1 #@param {type:"slider", min:1, max:16, step:1}
220
+ temperature = 0.9
221
 
222
  print('=' * 70)
223
  print('Giant Music Transformer Inpainting Model Generator')