Ilija Eftimov commited on
Commit
c7fc8ea
·
1 Parent(s): eb08ed4

Change output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,5 +32,5 @@ There are too many countries in the world, and even though it'd be interesting t
32
  This is where AI can help.
33
  """
34
 
35
- iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, title=title, description=description)
36
  iface.launch(inline=False)
 
32
  This is where AI can help.
33
  """
34
 
35
+ iface = gr.Interface(fn=classify_image, inputs=image, outputs=gr.outputs.Label(num_top_classes=3), examples=examples, title=title, description=description)
36
  iface.launch(inline=False)