Skip to content

Commit

Permalink
use static url image (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba authored Aug 5, 2024
1 parent 74e35dd commit a44a9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbs/canny.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
" return filename\n",
"\n",
"\n",
"url = \"https://ih1.redbubble.net/image.675644909.6235/flat,800x800,075,f.u3.jpg\"\n",
"download_image(url, \"paranoia_agent.jpg\")"
"url = \"https://github.com/kornia/data/raw/main/paranoia_agent.jpg\"\n",
"download_image(url)"
]
},
{
Expand Down

0 comments on commit a44a9f5

Please sign in to comment.