flobbit commited on
Commit
2940575
1 Parent(s): 3256169

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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