Spaces:
Build error
Build error
Commit
·
eeb64db
1
Parent(s):
9435851
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 = [["
|
49 |
-
["
|
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 = [["before.jpg"],
|
49 |
+
["after.jpg"]]
|
50 |
iface = gr.Interface(calculate_scores, inputs, outputs, title=title, description=description, examples=examples)
|
51 |
|
52 |
# Launch Gradio
|