ariG23498 commited on
Commit
99a317d
1 Parent(s): fb4742e

chore: adding assets and fixing images

Browse files
Files changed (3) hide show
  1. app.py +5 -5
  2. assets/convolution.png +0 -0
  3. 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='https://i.imgur.com/MSKLsm5.png' alt='Convolution'>
39
  <br>
40
  Involution Kernel
41
- <img src='https://i.imgur.com/jtrGGQg.png' alt='Involution'>
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