ingsimo commited on
Commit
4e4e825
·
verified ·
1 Parent(s): aeb5c13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from huggingface_hub import InferenceClient
8
  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
9
  """
10
  access_token=os.getenv('MODEL_REPO_ID')
 
11
  #model = AutoModel.from_pretrained("iGeniusAI/Italia-9B-Instruct-v0.1", token=access_token)
12
  client = InferenceClient("iGeniusAI/Italia-9B-Instruct-v0.1", token=access_token)
13
 
 
8
  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
9
  """
10
  access_token=os.getenv('MODEL_REPO_ID')
11
+ print(os.getenv('MODEL_REPO_ID'))
12
  #model = AutoModel.from_pretrained("iGeniusAI/Italia-9B-Instruct-v0.1", token=access_token)
13
  client = InferenceClient("iGeniusAI/Italia-9B-Instruct-v0.1", token=access_token)
14