Irina Tolstykh
commited on
Commit
•
a089344
1
Parent(s):
2c10ed3
change description
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ class Cfg:
|
|
34 |
DESCRIPTION = """
|
35 |
# Age and Gender Estimation with Transformers from Face and Body Images in the Wild
|
36 |
|
37 |
-
This is an official demo
|
38 |
"""
|
39 |
|
40 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
|
|
34 |
DESCRIPTION = """
|
35 |
# Age and Gender Estimation with Transformers from Face and Body Images in the Wild
|
36 |
|
37 |
+
This is an official demo.
|
38 |
"""
|
39 |
|
40 |
HF_TOKEN = os.getenv('HF_TOKEN')
|