Spaces:
Runtime error
Runtime error
add: top 3
Browse files
app.py
CHANGED
@@ -70,6 +70,6 @@ iface = gr.Interface(
|
|
70 |
inputs=gr.inputs.Image(label="Input Image"),
|
71 |
outputs=[
|
72 |
gr.outputs.Image(label="Attention Map"),
|
73 |
-
gr.outputs.Label(num_top_classes=
|
74 |
]
|
75 |
).launch()
|
|
|
70 |
inputs=gr.inputs.Image(label="Input Image"),
|
71 |
outputs=[
|
72 |
gr.outputs.Image(label="Attention Map"),
|
73 |
+
gr.outputs.Label(num_top_classes=3, label="Prediction")
|
74 |
]
|
75 |
).launch()
|