Spaces:
Sleeping
Sleeping
update app.py for color
Browse files
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">
|
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 |
"""
|