hiikate commited on
Commit
0d47398
1 Parent(s): b64ee64

Update app.py

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