Update README.md
Browse files
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/
|
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)
|