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