Spaces:
Runtime error
Runtime error
Update app.py
Browse filesmore examples added
app.py
CHANGED
@@ -37,7 +37,7 @@ classify_image(im)
|
|
37 |
#|export
|
38 |
image = gr.inputs.Image(shape =(192,192))
|
39 |
label = gr.outputs.Label()
|
40 |
-
examples = ['dog.jpg', 'elephant.jpeg', 'dog.jpeg']
|
41 |
|
42 |
intf = gr.Interface(fn =classify_image, inputs=image, outputs=label, examples = examples)
|
43 |
intf.launch(inline=False)
|
|
|
37 |
#|export
|
38 |
image = gr.inputs.Image(shape =(192,192))
|
39 |
label = gr.outputs.Label()
|
40 |
+
examples = ['dog.jpg', 'elephant.jpeg', 'dog.jpeg','bird1.jpg', 'bird2.jpg', 'forest1.jpg', 'forest2.jpg']
|
41 |
|
42 |
intf = gr.Interface(fn =classify_image, inputs=image, outputs=label, examples = examples)
|
43 |
intf.launch(inline=False)
|