Spaces:
Build error
Build error
Commit
·
3150a01
1
Parent(s):
ea56f13
Update app.py
Browse files
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://
|
49 |
-
["https://
|
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
|