Update app/description.py
Browse files- app/description.py +2 -10
app/description.py
CHANGED
@@ -10,18 +10,10 @@ from app.config import config_data
|
|
10 |
|
11 |
DESCRIPTION_STATIC = f"""\
|
12 |
# Static Facial Expression Recognition
|
13 |
-
|
14 |
-
<img src="https://img.shields.io/badge/version-v{config_data.APP_VERSION}-rc0" alt="Version">
|
15 |
-
<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FElenaRyumina%2FFacial_Expression_Recognition"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FElenaRyumina%2FFacial_Expression_Recognition&countColor=%23263759&style=flat" /></a>
|
16 |
-
<a href="https://paperswithcode.com/paper/in-search-of-a-robust-facial-expressions"><img src="https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/in-search-of-a-robust-facial-expressions/facial-expression-recognition-on-affectnet" /></a>
|
17 |
-
</div>
|
18 |
"""
|
19 |
|
20 |
DESCRIPTION_DYNAMIC = f"""\
|
21 |
# Dynamic Facial Expression Recognition
|
22 |
-
|
23 |
-
<img src="https://img.shields.io/badge/version-v{config_data.APP_VERSION}-rc0" alt="Version">
|
24 |
-
<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FElenaRyumina%2FFacial_Expression_Recognition"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FElenaRyumina%2FFacial_Expression_Recognition&countColor=%23263759&style=flat" /></a>
|
25 |
-
<a href="https://paperswithcode.com/paper/in-search-of-a-robust-facial-expressions"><img src="https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/in-search-of-a-robust-facial-expressions/facial-expression-recognition-on-affectnet" /></a>
|
26 |
-
</div>
|
27 |
"""
|
|
|
10 |
|
11 |
DESCRIPTION_STATIC = f"""\
|
12 |
# Static Facial Expression Recognition
|
13 |
+
|
|
|
|
|
|
|
|
|
14 |
"""
|
15 |
|
16 |
DESCRIPTION_DYNAMIC = f"""\
|
17 |
# Dynamic Facial Expression Recognition
|
18 |
+
|
|
|
|
|
|
|
|
|
19 |
"""
|