justin-zk commited on
Commit
c339b31
1 Parent(s): 1f88289

update app.py for color

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -471,8 +471,8 @@ def inference_finetune(ic_image, ic_mask, image1, image2):
471
  description = """
472
  <div style="text-align: center; font-weight: bold;">
473
  <span style="font-size: 18px" id="paper-info">
474
- [<a href="https://github.com/ZrrSkywalker/Personalize-SAM" target="_blank">GitHub</a>]
475
- [<a href="https://arxiv.org/pdf/2305.03048.pdf" target="_blank">Paper</a>]
476
  </span>
477
  </div>
478
  """
 
471
  description = """
472
  <div style="text-align: center; font-weight: bold;">
473
  <span style="font-size: 18px" id="paper-info">
474
+ [<a href="https://github.com/ZrrSkywalker/Personalize-SAM" target="_blank"><font color='black'>Github</font></a>]
475
+ [<a href="https://arxiv.org/pdf/2305.03048.pdf" target="_blank"><font color='black'>Paper</font></a>]
476
  </span>
477
  </div>
478
  """