Skip to content

Commit

Permalink
Merge pull request fastai#16 from fastai/typo-images
Browse files Browse the repository at this point in the history
Typo images
  • Loading branch information
pcuenca authored Oct 21, 2022
2 parents 42a8cdf + 088d59f commit 64629b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable_diffusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@
}
],
"source": [
"for img in image: display(mk_img(img))"
"for img in images: display(mk_img(img))"
]
},
{
Expand Down

0 comments on commit 64629b6

Please sign in to comment.