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": [
- ""
+ ""
]
},
{
@@ -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
+}