Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def classify_images(img):
|
|
15 |
|
16 |
image = gr.inputs.Image(shape=(192,192))
|
17 |
label = gr.outputs.Label()
|
18 |
-
examples = ['rock.jpg', 'paper.jpg', '
|
19 |
|
20 |
intf = gr.Interface(fn = classify_images, inputs = image, outputs = label, examples = examples)
|
21 |
intf.launch(inline=False)
|
|
|
15 |
|
16 |
image = gr.inputs.Image(shape=(192,192))
|
17 |
label = gr.outputs.Label()
|
18 |
+
examples = ['rock.jpg', 'paper.jpg', 'scissor.jpg']
|
19 |
|
20 |
intf = gr.Interface(fn = classify_images, inputs = image, outputs = label, examples = examples)
|
21 |
intf.launch(inline=False)
|