mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-04 18:00:48 +00:00
Replace images/chapter1_cat_example.jpg with image_cat()
To Fixing the following error : ‘FileNotFoundError: [Errno 2] No such file or directory: ‘images/chapter1_cat_example.jpg’’ error
This commit is contained in:
parent
823b69e00a
commit
8314e23deb
@ -730,7 +730,7 @@
|
||||
"source": [
|
||||
"#hide\n",
|
||||
"# For the book, we can't actually click an upload button, so we fake it\n",
|
||||
"uploader = SimpleNamespace(data = ['images/chapter1_cat_example.jpg'])"
|
||||
"uploader = SimpleNamespace(data = [image_cat()])"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user