mendhak commited on
Commit
3ff76c2
·
1 Parent(s): 1ed598c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def classify_image(img):
42
 
43
 
44
  image = gr.inputs.Image(shape = (192,192))
45
- label = gr.outputs.Label()
46
 
47
  examples = ['tiramisu.jpeg', 'pizza.jpeg']
48
 
 
42
 
43
 
44
  image = gr.inputs.Image(shape = (192,192))
45
+ label = gr.outputs.Label(num_top_classes=3)
46
 
47
  examples = ['tiramisu.jpeg', 'pizza.jpeg']
48