diff --git a/README.md b/README.md index 70b358d..efa5e4c 100644 --- a/README.md +++ b/README.md @@ -46,35 +46,35 @@ text = 'court sketch of godzilla on trial' image = model.generate_image(text, seed=6, grid_size=3) display(image) ``` -drawing +drawing ```python text = 'Rusty Iron Man suit found abandoned in the woods being reclaimed by nature' image = model.generate_image(text, seed=0, grid_size=3) display(image) ``` -drawing +drawing ```python text = 'a funeral at Whole Foods' image = model.generate_image(text, seed=10, grid_size=3) display(image) ``` -drawing +drawing ```python text = 'Jesus turning water into wine on Americas Got Talent' image = model.generate_image(text, seed=2, grid_size=3) display(image) ``` -drawing +drawing ```python text = 'cctv footage of Yoda robbing a liquor store' image = model.generate_image(text, seed=0, grid_size=3) display(image) ``` -drawing +drawing ### Command Line @@ -89,4 +89,4 @@ $ python image_from_text.py --text='artificial intelligence' --seed=7 ```bash $ python image_from_text.py --text='trail cam footage of gollum eating watermelon' --mega --seed=1 --grid-size=3 ``` -drawing +drawing