asdc commited on
Commit
6ef7550
·
verified ·
1 Parent(s): 52e27c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ For more information on `huggingface_hub` Inference API support, please check th
9
  """
10
 
11
  # Set your model and adapter paths
12
- API_KEY = os.environ.get("ACESS_TOKEN")
13
  BASE_MODEL = "meta-llama/Meta-Llama-3-8B"
14
  PEFT_ADAPTER = "asdc/Llama-3-8B-multilingual-temporal-expression-normalization"
15
 
 
9
  """
10
 
11
  # Set your model and adapter paths
12
+ API_KEY = os.environ.get("llama_ACCESS_TOKEN")
13
  BASE_MODEL = "meta-llama/Meta-Llama-3-8B"
14
  PEFT_ADAPTER = "asdc/Llama-3-8B-multilingual-temporal-expression-normalization"
15