asigalov61
commited on
Commit
•
cd490ad
1
Parent(s):
5837401
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def Generate_POP_Medley(input_num_medley_comps):
|
|
63 |
|
64 |
print('Loading model checkpoint...')
|
65 |
|
66 |
-
trainer.load('Imagen_POP909_64_dim_12638_steps_0.00983_loss.
|
67 |
|
68 |
print('Done!')
|
69 |
print('=' * 70)
|
|
|
63 |
|
64 |
print('Loading model checkpoint...')
|
65 |
|
66 |
+
trainer.load('Imagen_POP909_64_dim_12638_steps_0.00983_loss.ckpt')
|
67 |
|
68 |
print('Done!')
|
69 |
print('=' * 70)
|