asdc commited on
Commit
c5e0ad8
·
verified ·
1 Parent(s): 678e600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  """
8
 
9
  api_key = os.environ.get("ACESS_TOKEN")
 
10
  client = InferenceClient("asdc/Mistral-7B-multilingual-temporal-expression-normalization", token=api_key)
11
 
12
 
 
7
  """
8
 
9
  api_key = os.environ.get("ACESS_TOKEN")
10
+ print(api_key)
11
  client = InferenceClient("asdc/Mistral-7B-multilingual-temporal-expression-normalization", token=api_key)
12
 
13