ariG23498 HF staff commited on
Commit
0f1e0b2
1 Parent(s): 8daad1a

chore: adding newline for paper

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def infer(test_image):
30
  # define the article
31
  article = """Authors: [Aritra Roy Gosthipaty](https://twitter.com/ariG23498)
32
  and [Ritwik Raha](https://twitter.com/ritwik_raha)
33
- Paper: [Involution: Inverting the Inherence of Convolution for Visual Recognition](https://arxiv.org/abs/2103.06255)"""
34
 
35
  iface = gr.Interface(
36
  fn=infer,
 
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,