Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def predict(image):
|
|
95 |
predictions = e
|
96 |
return predictions
|
97 |
|
98 |
-
title = "
|
99 |
description = """
|
100 |
This demo is based on the following work:
|
101 |
*Karkkainen, K., & Joo, J. (2021).*
|
|
|
95 |
predictions = e
|
96 |
return predictions
|
97 |
|
98 |
+
title = "Estimate age and gender from profile picture."
|
99 |
description = """
|
100 |
This demo is based on the following work:
|
101 |
*Karkkainen, K., & Joo, J. (2021).*
|