alexandre-huynh commited on
Commit
067b986
1 Parent(s): 20627e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "~/aloqas_model_checkpoints/cp.ckpt"
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