Skip to content

Commit

Permalink
Install gdown to fetch the dataset
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 307002529
  • Loading branch information
TensorFlow Hub Authors authored and WGierke committed Apr 17, 2020
1 parent 5e26cf8 commit 6b4fffc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion examples/colab/bangla_article_classifier.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,19 @@
"## Setup"
]
},
{
"cell_type": "code",
"execution_count": 0,
"metadata": {
"colab": {},
"colab_type": "code",
"id": "WcBA19FlDPZO"
},
"outputs": [],
"source": [
"!pip install -q gdown"
]
},
{
"cell_type": "code",
"execution_count": 0,
Expand All @@ -113,7 +126,7 @@
"\n",
"import matplotlib.pyplot as plt\n",
"%matplotlib inline\n",
"import seaborn as sns\n"
"import seaborn as sns"
]
},
{
Expand Down

0 comments on commit 6b4fffc

Please sign in to comment.