ariG23498 commited on
Commit
c125cfe
1 Parent(s): 0ada1f4

chore: centre aling the article

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -28,9 +28,11 @@ def infer(test_image):
28
  )
29
 
30
  # define the article
31
- article = """Authors: [Aritra Roy Gosthipaty](https://twitter.com/ariG23498)
32
- and [Ritwik Raha](https://twitter.com/ritwik_raha)
33
- \n\nPaper: [Involution: Inverting the Inherence of Convolution for Visual Recognition](https://arxiv.org/abs/2103.06255)"""
 
 
34
 
35
  iface = gr.Interface(
36
  fn=infer,
@@ -44,4 +46,4 @@ iface = gr.Interface(
44
  ],
45
  examples=[["examples/lama.jpeg"], ["examples/dalai_lama.jpeg"]],
46
  layout="horizontal",
47
- ).launch(share=True, height=50, width=50)
 
28
  )
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,
 
46
  ],
47
  examples=[["examples/lama.jpeg"], ["examples/dalai_lama.jpeg"]],
48
  layout="horizontal",
49
+ ).launch(share=True)