njgroene commited on
Commit
b40b863
1 Parent(s): 664f016

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -95,11 +95,16 @@ def predict(image):
95
  predictions = e
96
  return predictions
97
 
98
- title = "Ask Rick a Question"
99
  description = """
100
  <center>
101
- The bot was trained to answer questions based on Rick and Morty dialogues. Ask Rick anything!
102
- <img src="https://huggingface.co/spaces/course-demos/Rick_and_Morty_QA/resolve/main/rick.png" width=200px>
 
 
 
 
 
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