Update app.py
Browse files
app.py
CHANGED
@@ -249,11 +249,12 @@ def main():
|
|
249 |
|
250 |
<div style="text-align: center;">
|
251 |
<div style="display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-bottom: 0.5rem; font-size: 1rem; flex-wrap: wrap;">
|
252 |
-
<a href="https://
|
253 |
<a href="https://github.com/ZiyuGuo99/SAM2Point" target="_blank">[Code]</a>
|
254 |
</div>
|
255 |
</div>
|
256 |
-
<p
|
|
|
257 |
</p>
|
258 |
"""
|
259 |
|
|
|
249 |
|
250 |
<div style="text-align: center;">
|
251 |
<div style="display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-bottom: 0.5rem; font-size: 1rem; flex-wrap: wrap;">
|
252 |
+
<a href="https://github.com/ZiyuGuo99/SAM2Point/blob/main/SAM2Point.pdf" target="_blank">[Paper]</a>
|
253 |
<a href="https://github.com/ZiyuGuo99/SAM2Point" target="_blank">[Code]</a>
|
254 |
</div>
|
255 |
</div>
|
256 |
+
<p style="text-align: center;">
|
257 |
+
Select an example to start segmentation using <span style="font-variant: small-caps;">Sam2Point</span>. Custom prompts for segmentation will be supported soon.
|
258 |
</p>
|
259 |
"""
|
260 |
|