Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|