Spaces:
Sleeping
Sleeping
DrChamyoung
commited on
Commit
•
e8a0682
1
Parent(s):
2a271e2
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def predict(img):
|
|
21 |
title = "Female/Male Classifier"
|
22 |
description = "A Female/Male classifier trained By Dr chamyoung."
|
23 |
# Ensure the correct path is given to your example images
|
24 |
-
examples = ['
|
25 |
|
26 |
# Update the Gradio Interface
|
27 |
inter = gr.Interface(
|
|
|
21 |
title = "Female/Male Classifier"
|
22 |
description = "A Female/Male classifier trained By Dr chamyoung."
|
23 |
# Ensure the correct path is given to your example images
|
24 |
+
examples = ['ChoeSuncha.png', 'IMG_5359.jpg']
|
25 |
|
26 |
# Update the Gradio Interface
|
27 |
inter = gr.Interface(
|