Update app.py
Browse files
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,
|