remove ending insertion

This commit is contained in:
Pranay Gosar 2024-05-05 17:24:48 -05:00
parent dc2239c58b
commit 0bf07d2214
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
"outputs": [],
"source": [
"# propose what do you want the target modified transcript to be\n",
"target_transcript = \"But when I had approached so near, that the sense deceives, Lost not by farness any of its marks trying insertion,\"\n",
"target_transcript = \"But when I had approached so near, that the sense deceives, Lost not by farness any of its marks,\"\n",
"print(\"orig: \", orig_transcript)\n",
"print(\"trgt: \", target_transcript)\n",
"\n",