Update app.py
Browse files
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(
|
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."
|