DrChamyoung commited on
Commit
e8a0682
1 Parent(s): 2a271e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = ['femaleDefault.jpg', 'maleDefault.jpg']
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(