Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,15 +97,10 @@ def predict(image):
|
|
97 |
|
98 |
title = "Get age and gender from profile picture."
|
99 |
description = """
|
100 |
-
|
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 |
|
111 |
gr.Interface(
|
|
|
97 |
|
98 |
title = "Get age and gender from profile picture."
|
99 |
description = """
|
100 |
+
This demo is based on the following work:
|
|
|
101 |
*Karkkainen, K., & Joo, J. (2021).*
|
102 |
FairFace: Face Attribute Dataset for Balanced Race, Gender, and Age for Bias Measurement and Mitigation.
|
103 |
In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (pp. 1548-1558).
|
|
|
|
|
|
|
|
|
104 |
"""
|
105 |
|
106 |
gr.Interface(
|