Spaces:
Runtime error
Runtime error
Commit
·
f7da7b5
1
Parent(s):
94eea13
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ with demo:
|
|
13 |
|
14 |
gr.Markdown("# **<p align='center'>ShiftViT: A Vision Transformer without Attention</p>**")
|
15 |
gr.Markdown("This space demonstrates the use of ShiftViT proposed in the paper: <a href=\"https://arxiv.org/abs/2201.10801/\">When Shift Operation Meets Vision Transformer: An Extremely Simple Alternative to Attention Mechanism</a> for image classification task.")
|
16 |
-
gr.Markdown("Vision Transformers
|
17 |
-
gr.Markdown("
|
18 |
|
19 |
with gr.Tabs():
|
20 |
|
|
|
13 |
|
14 |
gr.Markdown("# **<p align='center'>ShiftViT: A Vision Transformer without Attention</p>**")
|
15 |
gr.Markdown("This space demonstrates the use of ShiftViT proposed in the paper: <a href=\"https://arxiv.org/abs/2201.10801/\">When Shift Operation Meets Vision Transformer: An Extremely Simple Alternative to Attention Mechanism</a> for image classification task.")
|
16 |
+
gr.Markdown("Vision Transformers have lately become very popular for computer vision problems and a lot researchers attribute their success to the attention layers.")
|
17 |
+
gr.Markdown("The authors of the ShiftViT paper have tried to show via the ShiftViT model that even without the attention operation, ViTs can reach SoTA results.")
|
18 |
|
19 |
with gr.Tabs():
|
20 |
|