frannjs commited on
Commit
bdb3a08
·
verified ·
1 Parent(s): 6356bef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -22,7 +22,6 @@ def classify_image(img):
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,
 
22
  # %% app.ipynb 7
23
  Image = gr.Image()
24
  label = gr.Label()
 
25
 
26
  interface = gr.Interface(
27
  fn=classify_image,