fix link, use generic name
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
This commit is contained in:
parent
68a14f511f
commit
08952ebe27
|
@ -7,7 +7,7 @@
|
||||||
"colab_type": "text"
|
"colab_type": "text"
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"<a href=\"https://colab.research.google.com/github/nawnie/EveryDream/blob/main/EveryDream_Tools.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
|
"<a href=\"https://colab.research.google.com/github/victorchall/EveryDream/blob/main/EveryDream_Tools.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"* --find: will search for a word in this case man\n",
|
"* --find: will search for a word in this case man\n",
|
||||||
"\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",
|
"\n",
|
||||||
"* --append_only: this will allow us to add a tag at he end "
|
"* --append_only: this will allow us to add a tag at he end "
|
||||||
],
|
],
|
||||||
|
@ -235,7 +235,7 @@
|
||||||
"!python scripts/filename_replace.py \\\n",
|
"!python scripts/filename_replace.py \\\n",
|
||||||
"--img_dir output \\\n",
|
"--img_dir output \\\n",
|
||||||
"--find \"man\" \\\n",
|
"--find \"man\" \\\n",
|
||||||
"--replace \"VictorChall\""
|
"--replace \"bob smith\""
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "6Y1md3OHAvhw"
|
"id": "6Y1md3OHAvhw"
|
||||||
|
@ -369,4 +369,4 @@
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 0
|
"nbformat_minor": 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue