Spaces:
Runtime error
Runtime error
Hotfix
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import os
|
|
7 |
from huggingface_hub import hf_hub_url, cached_download
|
8 |
from gensim.models.fasttext import load_facebook_model
|
9 |
|
10 |
-
ACCESS_KEY = os.environ.
|
11 |
|
12 |
# download model from huggingface hub
|
13 |
url = hf_hub_url(repo_id="simonschoe/call2vec", filename="model.bin")
|
|
|
7 |
from huggingface_hub import hf_hub_url, cached_download
|
8 |
from gensim.models.fasttext import load_facebook_model
|
9 |
|
10 |
+
ACCESS_KEY = os.environ.get("ACCESS_KEY")
|
11 |
|
12 |
# download model from huggingface hub
|
13 |
url = hf_hub_url(repo_id="simonschoe/call2vec", filename="model.bin")
|