ariG23498 HF staff commited on
Commit
33ca86e
·
1 Parent(s): 9821ebb

add: description

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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()