Theivaprakasham commited on
Commit
250a8b2
·
verified ·
1 Parent(s): cc2e62d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def inference(im):
44
  return d
45
 
46
  inputs = gr.Image(type='pil', label="Original Image")
47
- outputs = gr.Label(type="confidences",num_top_classes=5)
48
 
49
  title = "Butterfly identification"
50
  description = "Gradio demo for 686 Indian Butterfly Species. To use it, simply upload your image, or click one of the examples to load them."
 
44
  return d
45
 
46
  inputs = gr.Image(type='pil', label="Original Image")
47
+ outputs = gr.Label(num_top_classes=5)
48
 
49
  title = "Butterfly identification"
50
  description = "Gradio demo for 686 Indian Butterfly Species. To use it, simply upload your image, or click one of the examples to load them."