hbXNov commited on
Commit
e711763
1 Parent(s): b8a912b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def modify_keys(state_dict):
36
 
37
  return new_state_dict
38
 
39
- pretrained_ckpt = "MAGAer13/mplug-owl-llama-7b-video/"
40
  trained_ckpt = hf_hub_download(repo_id="videocon/owl-con", filename="pytorch_model.bin", repo_type="model")
41
 
42
 
 
36
 
37
  return new_state_dict
38
 
39
+ pretrained_ckpt = "MAGAer13/mplug-owl-llama-7b-video"
40
  trained_ckpt = hf_hub_download(repo_id="videocon/owl-con", filename="pytorch_model.bin", repo_type="model")
41
 
42