Skip to content

Commit

Permalink
Fix ipynb change directory commands
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Dec 15, 2022
1 parent df50555 commit 3254827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sticker_convert_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"outputs": [],
"source": [
"#@title 4. Fill in your options and run { display-mode: \"form\" }\n",
"!cd /content/sticker-convert/sticker_convert\n",
"%cd /content/sticker-convert/sticker_convert\n",
"\n",
"#@markdown # Input\n",
"#@markdown ### Input source\n",
Expand Down Expand Up @@ -344,7 +344,7 @@
"outputs": [],
"source": [
"#@title (Run this to get help messages) { display-mode: \"form\" }\n",
"!cd /content/sticker-convert/sticker_convert\n",
"%cd /content/sticker-convert/sticker_convert\n",
"!python3 /content/sticker-convert/sticker_convert/main.py --help"
]
}
Expand Down

0 comments on commit 3254827

Please sign in to comment.