Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Commit
•
0764984
1
Parent(s):
00d6bd7
Update app.py
Browse files
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('
|
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 |
|