Spaces:
Runtime error
Runtime error
chore: adding assets and fixing images
Browse files- app.py +5 -5
- assets/convolution.png +0 -0
- assets/involution.png +0 -0
app.py
CHANGED
|
@@ -29,16 +29,16 @@ def infer(test_image):
|
|
| 29 |
|
| 30 |
# define the article
|
| 31 |
article = """<center>
|
| 32 |
-
Authors: <a href='https://twitter.com/ariG23498'>Aritra Roy Gosthipaty</a> |
|
| 33 |
-
<a href='https://twitter.com/ritwik_raha'>Ritwik Raha</a>
|
| 34 |
<br>
|
| 35 |
-
<a href='https://arxiv.org/abs/2103.06255'>Involution: Inverting the Inherence of Convolution for Visual Recognition</a>
|
| 36 |
<br>
|
| 37 |
Convolution Kernel
|
| 38 |
-
<img src='
|
| 39 |
<br>
|
| 40 |
Involution Kernel
|
| 41 |
-
<img src='
|
| 42 |
</center>"""
|
| 43 |
|
| 44 |
iface = gr.Interface(
|
|
|
|
| 29 |
|
| 30 |
# define the article
|
| 31 |
article = """<center>
|
| 32 |
+
Authors: <a href='https://twitter.com/ariG23498' target='_blank'>Aritra Roy Gosthipaty</a> |
|
| 33 |
+
<a href='https://twitter.com/ritwik_raha' target='_blank'>Ritwik Raha</a>
|
| 34 |
<br>
|
| 35 |
+
<a href='https://arxiv.org/abs/2103.06255' target='_blank'>Involution: Inverting the Inherence of Convolution for Visual Recognition</a>
|
| 36 |
<br>
|
| 37 |
Convolution Kernel
|
| 38 |
+
<img src='assets/convolution.png' alt='Convolution'>
|
| 39 |
<br>
|
| 40 |
Involution Kernel
|
| 41 |
+
<img src='assets/involution.png' alt='Involution'>
|
| 42 |
</center>"""
|
| 43 |
|
| 44 |
iface = gr.Interface(
|
assets/convolution.png
ADDED
|
assets/involution.png
ADDED
|