asigalov61 commited on
Commit
11446cd
·
verified ·
1 Parent(s): 1e3e408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,7 +65,7 @@ MODEL_CHECKPOINT = 'Guided_Accompaniment_Transformer_Trained_Model_36457_steps_0
65
 
66
  SOUNDFONT_PATH = 'SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2'
67
 
68
- MAX_MELODY_NOTES = 128
69
 
70
  #==================================================================================
71
 
@@ -278,7 +278,7 @@ def generate_sequences(score_seq,
278
  score_len,
279
  temperature=0.9,
280
  top_k_value=15,
281
- num_batches=64,
282
  verbose=True
283
  ):
284
 
 
65
 
66
  SOUNDFONT_PATH = 'SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2'
67
 
68
+ MAX_MELODY_NOTES = 72
69
 
70
  #==================================================================================
71
 
 
278
  score_len,
279
  temperature=0.9,
280
  top_k_value=15,
281
+ num_batches=48,
282
  verbose=True
283
  ):
284