asigalov61 commited on
Commit
9236ae7
·
verified ·
1 Parent(s): 5244019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ from x_transformer_2_3_1 import TransformerWrapper, AutoregressiveWrapper, Decod
32
  SEP = '=' * 70
33
  PDT = timezone('US/Pacific')
34
 
35
- MODEL_CHECKPOINT = 'Godzilla_Piano_Transformer_No_Velocity_Trained_Model_14075_steps_0.4534_loss_0.8687_acc.pth'
36
  SOUDFONT_PATH = 'SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2'
37
  NUM_OUT_BATCHES = 12
38
  PREVIEW_LENGTH = 120 # in tokens
 
32
  SEP = '=' * 70
33
  PDT = timezone('US/Pacific')
34
 
35
+ MODEL_CHECKPOINT = 'Godzilla_Piano_Transformer_No_Velocity_Trained_Model_21113_steps_0.3454_loss_0.895_acc.pth'
36
  SOUDFONT_PATH = 'SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2'
37
  NUM_OUT_BATCHES = 12
38
  PREVIEW_LENGTH = 120 # in tokens