sqiud commited on
Commit
af69a4f
·
verified ·
1 Parent(s): c9573ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ from huggingface_hub import hf_hub_download
10
  import torch
11
 
12
  # Specify the repository and the filename of the model you want to load
13
- repo_id = "FinalProj5190/ImageToGPSproject-vit-base" # Replace with your repo name
14
  filename = "resnet_gps_regressor_complete.pth"
15
 
16
  model_path = hf_hub_download(repo_id=repo_id, filename=filename)
 
10
  import torch
11
 
12
  # Specify the repository and the filename of the model you want to load
13
+ repo_id = "FinalProj5190/ImageToGPSproject_new_vit" # Replace with your repo name
14
  filename = "resnet_gps_regressor_complete.pth"
15
 
16
  model_path = hf_hub_download(repo_id=repo_id, filename=filename)