AshanGimhana
commited on
Commit
•
8cfb866
1
Parent(s):
14ac743
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ from utils.common import tensor2im
|
|
44 |
from models.psp import pSp
|
45 |
|
46 |
# Huggingface login
|
47 |
-
login(token=TOKENKEY)
|
48 |
|
49 |
# Download models from Huggingface
|
50 |
age_prototxt = hf_hub_download(repo_id="AshanGimhana/Age_Detection_caffe", filename="age.prototxt")
|
|
|
44 |
from models.psp import pSp
|
45 |
|
46 |
# Huggingface login
|
47 |
+
login(token=os.getenv("TOKENKEY"))
|
48 |
|
49 |
# Download models from Huggingface
|
50 |
age_prototxt = hf_hub_download(repo_id="AshanGimhana/Age_Detection_caffe", filename="age.prototxt")
|