Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,11 +95,16 @@ def predict(image):
|
|
95 |
predictions = e
|
96 |
return predictions
|
97 |
|
98 |
-
title = "
|
99 |
description = """
|
100 |
<center>
|
101 |
-
|
102 |
-
|
|
|
|
|
|
|
|
|
|
|
103 |
</center>
|
104 |
"""
|
105 |
|
|
|
95 |
predictions = e
|
96 |
return predictions
|
97 |
|
98 |
+
title = "Get age and gender from profile picture."
|
99 |
description = """
|
100 |
<center>
|
101 |
+
This demo shows a ResNet-34 trained on the FAIRFACE dataset. See:
|
102 |
+
*Karkkainen, K., & Joo, J. (2021).*
|
103 |
+
FairFace: Face Attribute Dataset for Balanced Race, Gender, and Age for Bias Measurement and Mitigation.
|
104 |
+
In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (pp. 1548-1558).
|
105 |
+
|
106 |
+
The paper and all other corresponding information can be found on github:
|
107 |
+
https://github.com/joojs/fairface
|
108 |
</center>
|
109 |
"""
|
110 |
|