Rezuwan commited on
Commit
64fca96
1 Parent(s): b6f7cfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def recognize_image(image):
83
 
84
 
85
  image = gr.inputs.Image(shape=(192,192))
86
- label = gr.outputs.Label()
87
 
88
  examples = [
89
  "test_images/unknown_00.jpg",
 
83
 
84
 
85
  image = gr.inputs.Image(shape=(192,192))
86
+ label = gr.outputs.Label(num_top_classes=5)
87
 
88
  examples = [
89
  "test_images/unknown_00.jpg",