fix link, use generic name

Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
This commit is contained in:
Victor Hall 2022-12-11 15:23:49 -05:00 committed by GitHub
parent 68a14f511f
commit 08952ebe27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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
}
}