Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def classify_image(img):
|
|
23 |
|
24 |
# Cell
|
25 |
image = gr.inputs.Image(shape=(192, 192))
|
26 |
-
label = gr.outputs.Label()
|
27 |
examples = ['steak.jpg', ]
|
28 |
|
29 |
# Cell
|
|
|
23 |
|
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
|