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"
|
||||
},
|
||||
"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",
|
||||
"* --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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue