Skip to content

Commit

Permalink
Update path to github repo in colab
Browse files Browse the repository at this point in the history
  • Loading branch information
saxenasaurabh committed Nov 25, 2022
1 parent 0840b96 commit 83089ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colabs/pix2seq_inference_multitask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"!pip install ml_collections\n",
"!pip install tensorflow-addons\n",
"!pip install tensorflow-text\n",
"!git clone https://github.com/google/pix2seq.git\n",
"!git clone https://github.com/google-research/pix2seq.git\n",
"sys.path.append(os.getcwd())\n",
"root_dir = os.getcwd()\n",
"sys.path.insert(1, 'pix2seq')\n",
Expand Down

0 comments on commit 83089ca

Please sign in to comment.