From 70bd3cb80d71e0863377be95d865593e3a5f663e Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Fri, 1 Jul 2022 14:28:51 -0400 Subject: [PATCH] update examples --- README.md | 2 +- .../{godzilla_trial.png => godzilla_on_trial.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{godzilla_trial.png => godzilla_on_trial.png} (100%) diff --git a/README.md b/README.md index 8cdab58..ebe08fd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ python image_from_text.py --text='a comfy chair that looks like an avocado' --me python image_from_text.py --text='court sketch of godzilla on trial' --mega --seed=40 ``` -![Godzilla Trial](examples/godzilla_trial.png) +![Godzilla Trial](examples/godzilla_on_trial.png) ``` diff --git a/examples/godzilla_trial.png b/examples/godzilla_on_trial.png similarity index 100% rename from examples/godzilla_trial.png rename to examples/godzilla_on_trial.png