Update unit1/dummy_agent_library.ipynb

#139
Files changed (1) hide show
  1. unit1/dummy_agent_library.ipynb +1 -1
unit1/dummy_agent_library.ipynb CHANGED
@@ -28,7 +28,7 @@
28
  "source": [
29
  "## Serverless API\n",
30
  "\n",
31
- "In the Hugging Face ecosystem, there is a convenient feature called Serverless API that allows you to easily run inference on many models. There's no installation or deployment required.\n",
32
  "\n",
33
  "To run this notebook, **you need a Hugging Face token** that you can get from https://hf.co/settings/tokens. A \"Read\" token type is sufficient.\n",
34
  "- If you are running this notebook on Google Colab, you can set it up in the \"settings\" tab under \"secrets\". Make sure to call it \"HF_TOKEN\" and restart the session to load the environment variable (Runtime -> Restart session).\n",
 
28
  "source": [
29
  "## Serverless API\n",
30
  "\n",
31
+ "In the Hugging Face ecosystem, there is a convenient feature called Serverless API that allows you to easily run inference on many models. There's no installation or deployment required. You need to enable inference in Edit Access Token Permissions page.\n",
32
  "\n",
33
  "To run this notebook, **you need a Hugging Face token** that you can get from https://hf.co/settings/tokens. A \"Read\" token type is sufficient.\n",
34
  "- If you are running this notebook on Google Colab, you can set it up in the \"settings\" tab under \"secrets\". Make sure to call it \"HF_TOKEN\" and restart the session to load the environment variable (Runtime -> Restart session).\n",