Spaces:
Build error
Build error
Amr Elsayeh
commited on
Commit
·
6363864
1
Parent(s):
71d93e7
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def classify_image(img):
|
|
16 |
# Cell
|
17 |
image = gr.inputs.Image(shape=(192, 192))
|
18 |
label = gr.outputs.Label()
|
19 |
-
examples = ['pistol.jpg','Rifles.jpg','
|
20 |
|
21 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
22 |
intf.launch()
|
|
|
16 |
# Cell
|
17 |
image = gr.inputs.Image(shape=(192, 192))
|
18 |
label = gr.outputs.Label()
|
19 |
+
examples = ['pistol.jpg','Rifles.jpg','Shotguns.jpg']
|
20 |
|
21 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
22 |
intf.launch()
|