From 08952ebe27ffb79eac978942ec20503b111efed9 Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Sun, 11 Dec 2022 15:23:49 -0500 Subject: [PATCH] fix link, use generic name Signed-off-by: Victor Hall --- EveryDream_Tools.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/EveryDream_Tools.ipynb b/EveryDream_Tools.ipynb index d2114b2..8feffa5 100644 --- a/EveryDream_Tools.ipynb +++ b/EveryDream_Tools.ipynb @@ -7,7 +7,7 @@ "colab_type": "text" }, "source": [ - "\"Open" + "\"Open" ] }, { @@ -221,7 +221,7 @@ "\n", "* --find: will search for a word in this case man\n", "\n", - "* --replace: will replace our found word with in this case VictorChall\n", + "* --replace: will replace our found word with in this case bob smith\n", "\n", "* --append_only: this will allow us to add a tag at he end " ], @@ -235,7 +235,7 @@ "!python scripts/filename_replace.py \\\n", "--img_dir output \\\n", "--find \"man\" \\\n", - "--replace \"VictorChall\"" + "--replace \"bob smith\"" ], "metadata": { "id": "6Y1md3OHAvhw" @@ -369,4 +369,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}