Spaces:
Runtime error
Runtime error
add: description
Browse files
app.py
CHANGED
@@ -71,5 +71,8 @@ iface = gr.Interface(
|
|
71 |
outputs=[
|
72 |
gr.outputs.Image(label="Attention Map"),
|
73 |
gr.outputs.Label(num_top_classes=3, label="Prediction")
|
74 |
-
]
|
|
|
|
|
|
|
75 |
).launch()
|
|
|
71 |
outputs=[
|
72 |
gr.outputs.Image(label="Attention Map"),
|
73 |
gr.outputs.Label(num_top_classes=3, label="Prediction")
|
74 |
+
],
|
75 |
+
title="Augmenting Convolutional networks with attention-based aggregation",
|
76 |
+
description="Get the attention map of a model and understand the reason behind the classification decision.",
|
77 |
+
article="# Acknowledgements\n- [Devjyoti chakraborty](https://twitter.com/Cr0wley_zz)\n- [Ritwik Raha](https://twitter.com/ritwik_raha)",
|
78 |
).launch()
|