Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|