asigalov61 commited on
Commit
0764984
1 Parent(s): 00d6bd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def Generate_Rock_Song(input_midi,
84
  print('Loading model checkpoint...')
85
 
86
  model.load_state_dict(
87
- torch.load('Melody2Song_Seq2Seq_Music_Transformer_Trained_Model_28482_steps_0.719_loss_0.7865_acc.pth',
88
  map_location=DEVICE))
89
  print('=' * 70)
90
 
 
84
  print('Loading model checkpoint...')
85
 
86
  model.load_state_dict(
87
+ torch.load('Guided_Rpck_Music_Transformer_Trained_Model_12081_steps_0.4113_loss_0.8747_acc.pth',
88
  map_location=DEVICE))
89
  print('=' * 70)
90