Armanul commited on
Commit
08ea9ea
·
verified ·
1 Parent(s): 4f7e291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,5 +50,5 @@ examples = [
50
  'unknown02.png'
51
  ]
52
 
53
- iface = gr.Interface(recognize_image, gr.Image(), gr.Label(), examples=examples)
54
  iface.launch(inline=False)
 
50
  'unknown02.png'
51
  ]
52
 
53
+ iface = gr.Interface(recognize_image, gr.Image(shape=(192,192)), gr.Label(num_top_classes=5), examples=examples)
54
  iface.launch(inline=False)