Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ def generate_music(prime,
|
|
250 |
print('=' * 70)
|
251 |
print('Loading model checkpoint...')
|
252 |
|
253 |
-
model_path = '
|
254 |
|
255 |
model.load_state_dict(torch.load(model_path))
|
256 |
|
|
|
250 |
print('=' * 70)
|
251 |
print('Loading model checkpoint...')
|
252 |
|
253 |
+
model_path = 'Giant_Music_Transformer_Medium_Trained_Model_10446_steps_0.7202_loss_0.8233_acc.pth'
|
254 |
|
255 |
model.load_state_dict(torch.load(model_path))
|
256 |
|