markchiang commited on
Commit
3150a01
·
1 Parent(s): ea56f13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ outputs = [gr.outputs.Label(label="Wrinkle Score"),
45
  gr.outputs.Label(label="Final Score")]
46
  title = "Facial Condition Evaluator"
47
  description = "Upload a photo to evaluate your facial condition. This tool will calculate your wrinkle score, laxity score, facial age, and a final score based on a deep learning model."
48
- examples = [["https://media.licdn.com/dms/image/C5603AQEiW9vZPeekiw/profile-displayphoto-shrink_800_800/0/1516317900912?e=2147483647&v=beta&t=Rs0LpxDfsrHmQFzD0w1vRpCRln0q-sPWrAY9lgiqYeU"],
49
- ["https://scontent.ftpe8-1.fna.fbcdn.net/v/t1.6435-9/195542178_605699050027_1477839146608127555_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=dbeb18&_nc_ohc=fUhwWIuKSb0AX_Irg8T&_nc_ht=scontent.ftpe8-1.fna&oh=00_AfAg2ep5yEM_fzNubC3hS7P22hGWq_rR0WluvTBRkrSGvA&oe=6465EF97"]]
50
  iface = gr.Interface(calculate_scores, inputs, outputs, title=title, description=description, examples=examples)
51
 
52
  # Launch Gradio
 
45
  gr.outputs.Label(label="Final Score")]
46
  title = "Facial Condition Evaluator"
47
  description = "Upload a photo to evaluate your facial condition. This tool will calculate your wrinkle score, laxity score, facial age, and a final score based on a deep learning model."
48
+ examples = [["https://d1hb67vd7r4m10.cloudfront.net/images/easyblog_articles/89/ee72093c-3c01-433a-8d25-701cca06c975.jpg"],
49
+ ["https://imgur.dcard.tw/Rj3ydFmh.jpg"]]
50
  iface = gr.Interface(calculate_scores, inputs, outputs, title=title, description=description, examples=examples)
51
 
52
  # Launch Gradio