ingsimo commited on
Commit
820529b
·
verified ·
1 Parent(s): ff4e630

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from huggingface_hub import InferenceClient
4
  """
5
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
6
  """
 
7
  client = InferenceClient("iGeniusAI/Italia-9B-Instruct-v0.1")
8
 
9
 
 
4
  """
5
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
6
  """
7
+ transformers.set_access_token("hf_your_access_token")
8
  client = InferenceClient("iGeniusAI/Italia-9B-Instruct-v0.1")
9
 
10