Skip to content

Commit

Permalink
no need to set env var with token
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrreed committed Jun 14, 2024
1 parent eb7c15c commit 2c234b7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions notebooks/en/enterprise_hub_serverless_inference_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,6 @@
"whoami()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"And then finally, we'll set our token as an environment variable for ease of access from our bash shell."
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"os.environ[\"HF_TOKEN\"] = get_token()"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 2c234b7

Please sign in to comment.