Skip to content

Commit 9da08db

Browse files
authored
1229 fixes image loading issue (#1230)
1 parent 073d896 commit 9da08db

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

modules/interpretability/cats_and_dogs.ipynb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -525,13 +525,9 @@
525525
"outputs": [],
526526
"source": [
527527
"extra_data = [\n",
528-
" {\"image\": \"https://1.bp.blogspot.com/-npE76PYycfo/UGU05ydscwI/AAAAAAAAT3M/OqYkgpDa8o4/s1600/rabbit+23.jpg\"},\n",
529-
" {\"image\": \"https://www.catersnews.com/wp-content/uploads/2018/05/3_CATERS_SMILING_FOX_04.jpg\"},\n",
530-
" {\"image\": \"https://cdn.britannica.com/55/174255-050-526314B6/brown-Guernsey-cow.jpg\"},\n",
531-
" {\n",
532-
" \"image\": \"https://cdn11.bigcommerce.com/s-ggt0qg2q7p/images/stencil/1280x1280/\"\n",
533-
" + \"products/516/427/Swimline_9002_46_jumbo_inflatable_beach_ball__23317.1511276116.jpg\"\n",
534-
" },\n",
528+
" {\"image\": \"https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/rabbit23.jpg\"},\n",
529+
" {\"image\": \"https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/test-cats-dogs2.jpg\"},\n",
530+
" {\"image\": \"https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/test-cats-dogs3.jpg\"},\n",
535531
"]\n",
536532
"\n",
537533
"\n",
@@ -588,7 +584,7 @@
588584
"name": "python",
589585
"nbconvert_exporter": "python",
590586
"pygments_lexer": "ipython3",
591-
"version": "3.8.10"
587+
"version": "3.8.13"
592588
}
593589
},
594590
"nbformat": 4,

0 commit comments

Comments
 (0)