Spaces:
Runtime error
Runtime error
wondervictor
commited on
Commit
•
578b68a
1
Parent(s):
456eb87
Update app.py
Browse files
app.py
CHANGED
@@ -136,8 +136,9 @@ def inference_video(video_path, prompt):
|
|
136 |
|
137 |
|
138 |
desc = """
|
139 |
-
<div><
|
140 |
-
<
|
|
|
141 |
<div style='display:flex; gap: 0.25rem; align-items: center'><a href="https://arxiv.org/abs/2406.20076"><img src="https://img.shields.io/badge/arXiv-Paper-red"></a><a href="https://github.com/hustvl/EVF-SAM"><img src="https://img.shields.io/badge/GitHub-Code-blue"></a></div>
|
142 |
"""
|
143 |
|
|
|
136 |
|
137 |
|
138 |
desc = """
|
139 |
+
<div><h2>EVF-SAM-2</h2>
|
140 |
+
<div><h4>EVF-SAM: Early Vision-Language Fusion for Text-Prompted Segment Anything Model</h4>
|
141 |
+
<p>EVF-SAM extends <b>SAM-2</>'s capabilities with text-prompted segmentation, achieving high accuracy in Referring Expression Segmentation.</p></div>
|
142 |
<div style='display:flex; gap: 0.25rem; align-items: center'><a href="https://arxiv.org/abs/2406.20076"><img src="https://img.shields.io/badge/arXiv-Paper-red"></a><a href="https://github.com/hustvl/EVF-SAM"><img src="https://img.shields.io/badge/GitHub-Code-blue"></a></div>
|
143 |
"""
|
144 |
|