Spaces:
Runtime error
Runtime error
alexandre-huynh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ gpt2_lm = keras_nlp.models.GPT2CausalLM.from_preset(
|
|
39 |
)
|
40 |
|
41 |
#drive.mount('/content/drive', force_remount=True)
|
42 |
-
checkpoint_path = "
|
43 |
|
44 |
gpt2_lm.load_weights(checkpoint_path)
|
45 |
|
|
|
39 |
)
|
40 |
|
41 |
#drive.mount('/content/drive', force_remount=True)
|
42 |
+
checkpoint_path = "./aloqas_model_checkpoints/cp.ckpt"
|
43 |
|
44 |
gpt2_lm.load_weights(checkpoint_path)
|
45 |
|