Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files- app.py +1 -1
- salmon.jpg +0 -0
- tacos.jpg +0 -0
app.py
CHANGED
@@ -24,7 +24,7 @@ def classify_image(img):
|
|
24 |
# Cell
|
25 |
image = gr.inputs.Image(shape=(192, 192))
|
26 |
label = gr.outputs.Label(num_top_classes=5)
|
27 |
-
examples = ['steak.jpg', ]
|
28 |
|
29 |
# Cell
|
30 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples,
|
|
|
24 |
# Cell
|
25 |
image = gr.inputs.Image(shape=(192, 192))
|
26 |
label = gr.outputs.Label(num_top_classes=5)
|
27 |
+
examples = ['steak.jpg', 'tacos.jpg', 'salmon.jpg']
|
28 |
|
29 |
# Cell
|
30 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples,
|
salmon.jpg
ADDED
tacos.jpg
ADDED