We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebb7e4 commit 95bd38aCopy full SHA for 95bd38a
tutorials/landcover.ipynb
@@ -85,8 +85,8 @@
85
" p = Path(\"unet_both_lc.pt\")\n",
86
" if not p.exists():\n",
87
" blob_client = azure.storage.blob.BlobClient(\n",
88
- " account_url=\"https://gtclandcoverdemo.blob.core.windows.net/\",\n",
89
- " container_name=\"models\",\n",
+ " account_url=\"https://naipeuwest.blob.core.windows.net/\",\n",
+ " container_name=\"naip-models\",\n",
90
" blob_name=\"unet_both_lc.pt\",\n",
91
" )\n",
92
"\n",
0 commit comments