ariG23498 commited on
Commit
d679878
1 Parent(s): 33ca86e

add: description

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -72,7 +72,5 @@ iface = gr.Interface(
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()
 
72
  gr.outputs.Image(label="Attention Map"),
73
  gr.outputs.Label(num_top_classes=3, label="Prediction")
74
  ],
75
+ description="# Made By\n- [Devjyoti chakraborty](https://twitter.com/Cr0wley_zz)\n- [Ritwik Raha](https://twitter.com/ritwik_raha)\n- [Aritra Roy Gosthipaty](https://twitter.com/ariG23498)",
 
 
76
  ).launch()