Skip to content

Commit 95bd38a

Browse files
author
Tom Augspurger
authored
Update landcover.ipynb (#283)
1 parent 8ebb7e4 commit 95bd38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/landcover.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
" p = Path(\"unet_both_lc.pt\")\n",
8686
" if not p.exists():\n",
8787
" blob_client = azure.storage.blob.BlobClient(\n",
88-
" account_url=\"https://gtclandcoverdemo.blob.core.windows.net/\",\n",
89-
" container_name=\"models\",\n",
88+
" account_url=\"https://naipeuwest.blob.core.windows.net/\",\n",
89+
" container_name=\"naip-models\",\n",
9090
" blob_name=\"unet_both_lc.pt\",\n",
9191
" )\n",
9292
"\n",

0 commit comments

Comments
 (0)