njgroene commited on
Commit
bcfaff6
1 Parent(s): 6838488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["ex1.jpg"]
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=["ex0.jpg","ex1.jpg","ex2.jpg","ex3.jpg"]
98
  ).launch()