njgroene commited on
Commit
feba8be
1 Parent(s): 45ea963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def predict(image):
95
  predictions = e
96
  return predictions
97
 
98
- title = "Age and gender from profile picture."
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).*