Spaces:
Runtime error
Runtime error
Penghao Wu
commited on
Commit
·
aa506f8
1
Parent(s):
0451407
update link
Browse files
app.py
CHANGED
@@ -98,12 +98,12 @@ This is the demo of our SEAL framework with V* visual search mechanism. \n
|
|
98 |
|
99 |
article = """
|
100 |
<p style='text-align: center'>
|
101 |
-
<a href='' target='_blank'>
|
102 |
Preprint Paper
|
103 |
</a>
|
104 |
\n
|
105 |
<p style='text-align: center'>
|
106 |
-
<a href='' target='_blank'> Github </a></p>
|
107 |
"""
|
108 |
|
109 |
|
|
|
98 |
|
99 |
article = """
|
100 |
<p style='text-align: center'>
|
101 |
+
<a href='https://arxiv.org/abs/2312.14135' target='_blank'>
|
102 |
Preprint Paper
|
103 |
</a>
|
104 |
\n
|
105 |
<p style='text-align: center'>
|
106 |
+
<a href='https://github.com/penghao-wu/vstar' target='_blank'> Github </a></p>
|
107 |
"""
|
108 |
|
109 |
|