audrey06100 commited on
Commit
c6b03e8
·
1 Parent(s): 2a95a91
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,13 +26,13 @@ title = """
26
  <br>
27
  <div style="display: flex; justify-content: center; column-gap: 4px;">
28
  <a href='https://arxiv.org/abs/2409.07326' target='_blank'">
29
- <img src='https://img.shields.io/badge/paper-arXiv-red'>
30
  </a>
31
  <a href='https://github.com/CNElab-Plus/ArtifactRemovalTransformer' target='_blank'>
32
- <img src='https://img.shields.io/badge/code-GitHub-blue'>
33
  </a>
34
  <a href='https://sites.google.com/view/chchuang' target='_blank'>
35
- <img src='https://img.shields.io/badge/contact-CNElab-9b27b1'>
36
  </a>
37
  </div>
38
  </div>
 
26
  <br>
27
  <div style="display: flex; justify-content: center; column-gap: 4px;">
28
  <a href='https://arxiv.org/abs/2409.07326' target='_blank'">
29
+ <img src='https://img.shields.io/badge/arXiv-paper-red'>
30
  </a>
31
  <a href='https://github.com/CNElab-Plus/ArtifactRemovalTransformer' target='_blank'>
32
+ <img src='https://img.shields.io/badge/GitHub-code-blue'>
33
  </a>
34
  <a href='https://sites.google.com/view/chchuang' target='_blank'>
35
+ <img src='https://img.shields.io/badge/CNElab-contact-9b27b1'>
36
  </a>
37
  </div>
38
  </div>