silvaKenpachi
commited on
Commit
·
807920b
1
Parent(s):
dfc98ea
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def classify_image(img):
|
|
38 |
#create gradio interface
|
39 |
image = gr.inputs.Image(shape=(128,128))
|
40 |
label = gr.outputs.Label()
|
41 |
-
examples = ['
|
42 |
|
43 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples )
|
44 |
intf.launch(inline=False)
|
|
|
38 |
#create gradio interface
|
39 |
image = gr.inputs.Image(shape=(128,128))
|
40 |
label = gr.outputs.Label()
|
41 |
+
examples = ['grizzlyA.jpg', 'blackBearA.jpg', 'teddyBearA.jpg']
|
42 |
|
43 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples )
|
44 |
intf.launch(inline=False)
|