Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,5 +94,5 @@ gr.Interface(
|
|
94 |
inputs=gr.inputs.Image(label="Upload a profile picture of a single person", type="pil"),
|
95 |
outputs=("text"),
|
96 |
title="Estimate age and gender from profile picture",
|
97 |
-
examples=["
|
98 |
).launch()
|
|
|
94 |
inputs=gr.inputs.Image(label="Upload a profile picture of a single person", type="pil"),
|
95 |
outputs=("text"),
|
96 |
title="Estimate age and gender from profile picture",
|
97 |
+
examples=["ex1.jpg"]
|
98 |
).launch()
|