Spaces:
Runtime error
Runtime error
add: examples
Browse files- README.md +3 -1
- app.py +1 -1
- examples/chainsaw.jpeg +0 -0
- examples/church.jpeg +0 -0
README.md
CHANGED
@@ -11,9 +11,11 @@ license: afl-3.0
|
|
11 |
# [Augmenting Convolutional networks with attention-based aggregation](https://arxiv.org/abs/2112.13692)
|
12 |
|
13 |
Get the attention map of the model and understand the reason behind the classification decision.
|
|
|
14 |
|
15 |
-
#
|
16 |
|
|
|
17 |
- [Devjyoti chakraborty](https://twitter.com/Cr0wley_zz)
|
18 |
- [Ritwik Raha](https://twitter.com/ritwik_raha)
|
19 |
|
|
|
11 |
# [Augmenting Convolutional networks with attention-based aggregation](https://arxiv.org/abs/2112.13692)
|
12 |
|
13 |
Get the attention map of the model and understand the reason behind the classification decision.
|
14 |
+
This model is trained on the ImageNette dataset.
|
15 |
|
16 |
+
# Made by (equal contribution to space):
|
17 |
|
18 |
+
- [Aritra Roy Gosthipaty](https://twitter.com/ariG23498)
|
19 |
- [Devjyoti chakraborty](https://twitter.com/Cr0wley_zz)
|
20 |
- [Ritwik Raha](https://twitter.com/ritwik_raha)
|
21 |
|
app.py
CHANGED
@@ -72,5 +72,5 @@ iface = gr.Interface(
|
|
72 |
gr.outputs.Image(label="Attention Map"),
|
73 |
gr.outputs.Label(num_top_classes=3, label="Prediction")
|
74 |
],
|
75 |
-
|
76 |
).launch()
|
|
|
72 |
gr.outputs.Image(label="Attention Map"),
|
73 |
gr.outputs.Label(num_top_classes=3, label="Prediction")
|
74 |
],
|
75 |
+
examples=[["examples/chainsaw.jpeg"], ["examples/church.jpeg"]],
|
76 |
).launch()
|
examples/chainsaw.jpeg
ADDED
examples/church.jpeg
ADDED