Skip to content

Instantly share code, notes, and snippets.

@mfrashad
Created October 23, 2020 20:51
from IPython.display import Image
embedded = Image(filename="generated/example_01.png", width=256)
display(embedded)
tooned = Image(filename="generated/example_01-toon.jpg", width=256)
display(tooned)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment