Spaces:
Sleeping
Sleeping
Kryko7
commited on
Commit
·
cbb082e
1
Parent(s):
08948a7
updated the picture extension
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def predict_image(img):
|
|
16 |
|
17 |
image = gr.inputs.Image(shape=(192, 192))
|
18 |
label = gr.outputs.Label()
|
19 |
-
examples = ['dog.
|
20 |
|
21 |
intf = gr.Interface(fn=predict_image, inputs=image, outputs=label, examples=examples)
|
22 |
intf.launch(inline=False)
|
|
|
16 |
|
17 |
image = gr.inputs.Image(shape=(192, 192))
|
18 |
label = gr.outputs.Label()
|
19 |
+
examples = ['dog.jfif', 'cat.jfif', 'bird.jfif', 'koala.jfif']
|
20 |
|
21 |
intf = gr.Interface(fn=predict_image, inputs=image, outputs=label, examples=examples)
|
22 |
intf.launch(inline=False)
|