TejAndrewsACC commited on
Commit
c950bff
·
verified ·
1 Parent(s): ebb2ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import os
5
  """
6
  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
7
  """
 
8
 
9
  api_key = os.getenv("HF_KEY").strip()
10
 
 
5
  """
6
  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
7
  """
8
+ hf_token = os.getenv("HF_TOKEN").strip()
9
 
10
  api_key = os.getenv("HF_KEY").strip()
11