Spaces:
Sleeping
Sleeping
Commit
·
00e4761
1
Parent(s):
072daa9
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def classify_image(img):
|
|
17 |
|
18 |
image = gr.inputs.Image(shape=(192, 192))
|
19 |
label = gr.outputs.Label()
|
20 |
-
examples = ['cat.jpg', 'tiger.jpg', 'lion.jpg']
|
21 |
|
22 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
23 |
intf.launch(inline=False)
|
|
|
17 |
|
18 |
image = gr.inputs.Image(shape=(192, 192))
|
19 |
label = gr.outputs.Label()
|
20 |
+
examples = ['cat.jpg', 'tiger.jpg', 'lion.jpg','dog.jpg','person.jpg']
|
21 |
|
22 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
23 |
intf.launch(inline=False)
|