ZELEFACK commited on
Commit
304f142
·
1 Parent(s): f3f5f2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def classify_image(inp):
20
 
21
 
22
  image = gr.inputs.Image(shape=(224, 224))
23
- label = gr.outputs.Label(num_top_classes=3)
24
 
25
  gr.Interface(
26
  fn=classify_image, inputs=image, outputs=label, interpretation="default"
 
20
 
21
 
22
  image = gr.inputs.Image(shape=(224, 224))
23
+ label = gr.outputs.Label()
24
 
25
  gr.Interface(
26
  fn=classify_image, inputs=image, outputs=label, interpretation="default"