Skip to content

Commit

Permalink
Update landcover.ipynb (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger authored Oct 31, 2023
1 parent 8ebb7e4 commit 95bd38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/landcover.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
" p = Path(\"unet_both_lc.pt\")\n",
" if not p.exists():\n",
" blob_client = azure.storage.blob.BlobClient(\n",
" account_url=\"https://gtclandcoverdemo.blob.core.windows.net/\",\n",
" container_name=\"models\",\n",
" account_url=\"https://naipeuwest.blob.core.windows.net/\",\n",
" container_name=\"naip-models\",\n",
" blob_name=\"unet_both_lc.pt\",\n",
" )\n",
"\n",
Expand Down

0 comments on commit 95bd38a

Please sign in to comment.