archietram commited on
Commit
5d55a00
1 Parent(s): 59dcabc

uploaded more images

Browse files
Files changed (5) hide show
  1. K86344.png +0 -0
  2. R43263.png +0 -0
  3. R89614.png +0 -0
  4. X78069.png +0 -0
  5. app.py +1 -1
K86344.png ADDED
R43263.png ADDED
R89614.png ADDED
X78069.png ADDED
app.py CHANGED
@@ -17,7 +17,7 @@ def classify_image(img):
17
  return result_text
18
 
19
  image = gr.inputs.Image()
20
- examples = ['A00147.png','A00360.png','A00360.png','A01681.png','R79591.png','R86556.png','Y15554.png']
21
  title = 'Predict Age and Body Mass Index from a Picture'
22
  description = 'This app predicts the age and BMI of a person just from their face.'
23
  article = "Author: <a href=\"https://huggingface.co/archietram\">Archie Tram</a>. "
 
17
  return result_text
18
 
19
  image = gr.inputs.Image()
20
+ examples = ['A00147.png','K86344.png','A00360.png', "R89614.png", 'A01681.png', 'R79591.png','R86556.png', "R43263.png", 'Y15554.png', "X78069.png"]
21
  title = 'Predict Age and Body Mass Index from a Picture'
22
  description = 'This app predicts the age and BMI of a person just from their face.'
23
  article = "Author: <a href=\"https://huggingface.co/archietram\">Archie Tram</a>. "