DrChamyoung commited on
Commit
f4eb4a9
·
verified ·
1 Parent(s): d203720

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', 'dragQueen1.jpg', 'dragQueen2.jpg', 'femaleAngry1.jpg', 'femaleAngry2.jpg', 'femaleMuscle1.jpg', 'femaleMuscle2.jpg', 'maleAsian.jpg', 'maleEurope.jpg', 'femaleAsian.jpg', 'femaleDefault.jpg', 'maleCrying2.jpg', 'maleCrying2No.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 = ['femaleDefault.jpg', 'maleDefault.jpg']
25
 
26
  # Update the Gradio Interface
27
  inter = gr.Interface(