Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
thtrieu committed Aug 15, 2019
1 parent d0d8e99 commit e634c38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions colab/Interactive_Back_Translation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/vietai/back_translate/blob/master/colab/Interactive_Back_Translation.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/vietai/dab/blob/master/colab/Interactive_Back_Translation.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand Down Expand Up @@ -130,7 +130,7 @@
"metadata": {
"id": "kRO6TXGLT4Qb",
"colab_type": "code",
"cellView": "form",
"cellView": "both",
"colab": {}
},
"source": [
Expand All @@ -143,9 +143,9 @@
"\n",
"\n",
"%cd /content/\n",
"src = '/content/back_translate'\n",
"src = '/content/dab'\n",
"if not os.path.exists(src):\n",
" !git clone https://github.com/vietai/back_translate.git\n",
" !git clone https://github.com/vietai/dab.git\n",
"else:\n",
" %cd $src\n",
" !git pull\n",
Expand Down

0 comments on commit e634c38

Please sign in to comment.