hiikate commited on
Commit
57993d8
1 Parent(s): e791afa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def classify_image(img):
24
  #/export
25
  image = gr.inputs.Image(shape=(192,192))
26
  label = gr.outputs.Label()
27
- examples= ['dog.jpeg','cat.jpeg','dunno.jpeg']
28
 
29
  iface = gr.Interface(fn=classify_image,
30
  inputs=image,
 
24
  #/export
25
  image = gr.inputs.Image(shape=(192,192))
26
  label = gr.outputs.Label()
27
+ examples= ['dog.jpeg','cat.jpeg','dunno.jpg']
28
 
29
  iface = gr.Interface(fn=classify_image,
30
  inputs=image,