ariG23498 commited on
Commit
e3b6060
1 Parent(s): 541c245

chore: adding images to the article

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -29,10 +29,17 @@ 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
 
37
  iface = gr.Interface(
38
  fn=infer,
 
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
+ <h3>Convolution Kernel</h3>
38
+ <img src='https://i.imgur.com/MSKLsm5.png' alt='Convolution'>
39
+ <br>
40
+ <h3>Involution Kernel</h3>
41
+ <img src='https://i.imgur.com/jtrGGQg.png' alt='Involution'>
42
+ </center>"""
43
 
44
  iface = gr.Interface(
45
  fn=infer,