mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 02:10:48 +00:00
Compare commits
2 Commits
549537e468
...
50bf84f9b1
Author | SHA1 | Date | |
---|---|---|---|
|
50bf84f9b1 | ||
|
8314e23deb |
@ -730,7 +730,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"#hide\n",
|
"#hide\n",
|
||||||
"# For the book, we can't actually click an upload button, so we fake it\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