frannjs commited on
Commit
62a0526
·
verified ·
1 Parent(s): bdb3a08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ def classify_image(img):
22
  # %% app.ipynb 7
23
  Image = gr.Image()
24
  label = gr.Label()
 
25
 
26
  interface = gr.Interface(
27
  fn=classify_image,
 
22
  # %% app.ipynb 7
23
  Image = gr.Image()
24
  label = gr.Label()
25
+ examples = ['girl1.jpeg', 'man1.jpeg']
26
 
27
  interface = gr.Interface(
28
  fn=classify_image,