Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -134,6 +134,7 @@ app = gr.Interface(
|
|
| 134 |
outputs=gr.Image(type="numpy", label="Analyzed Image"),
|
| 135 |
title="Skin Analysis Demo",
|
| 136 |
description="Upload an image and choose a skin analysis parameter."
|
|
|
|
| 137 |
)
|
| 138 |
|
| 139 |
if __name__ == "__main__":
|
|
|
|
| 134 |
outputs=gr.Image(type="numpy", label="Analyzed Image"),
|
| 135 |
title="Skin Analysis Demo",
|
| 136 |
description="Upload an image and choose a skin analysis parameter."
|
| 137 |
+
examples=[["example1.jpeg"], ["example2.jpeg"]],
|
| 138 |
)
|
| 139 |
|
| 140 |
if __name__ == "__main__":
|