Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ from huggingface_hub import hf_hub_download
|
|
| 14 |
|
| 15 |
# Download the checkpoint into a local folder (or use the default cache)
|
| 16 |
p = hf_hub_download(
|
| 17 |
-
repo_id="jeanq1/
|
| 18 |
filename="model.ckpt",
|
| 19 |
local_dir="./weights"
|
| 20 |
)
|
|
|
|
| 14 |
|
| 15 |
# Download the checkpoint into a local folder (or use the default cache)
|
| 16 |
p = hf_hub_download(
|
| 17 |
+
repo_id="jeanq1/GeoGraph",
|
| 18 |
filename="model.ckpt",
|
| 19 |
local_dir="./weights"
|
| 20 |
)
|