njgroene commited on
Commit
80bf08e
·
1 Parent(s): 262a8cc

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 = "Get 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 = "Age and gender from profile picture."
99
  description = """
100
  This demo is based on the following work:
101
  *Karkkainen, K., & Joo, J. (2021).*