Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 = '
|
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
|