Spaces:
Running
on
A10G
Running
on
A10G
Update App header
Browse files
app.py
CHANGED
@@ -144,8 +144,10 @@ def build_gradio_app(queues, command):
|
|
144 |
title = "Tokenize Anything"
|
145 |
header = (
|
146 |
"<div align='center'>"
|
147 |
-
|
148 |
-
"<h3
|
|
|
|
|
149 |
"</div>"
|
150 |
)
|
151 |
theme = "soft"
|
|
|
144 |
title = "Tokenize Anything"
|
145 |
header = (
|
146 |
"<div align='center'>"
|
147 |
+
"<h1>Tokenize Anything via Prompting</h1>"
|
148 |
+
"<h3><a href='https://arxiv.org/abs/2312.09128' target='_blank' rel='noopener'>[paper]</a>"
|
149 |
+
"<a href='https://github.com/baaivision/tokenize-anything' target='_blank' rel='noopener'>[code]</a></h3>" # noqa
|
150 |
+
"<h3>A promptable model capable of simultaneous segmentation, recognition and caption.</h3>" # noqa
|
151 |
"</div>"
|
152 |
)
|
153 |
theme = "soft"
|