PhyscalX commited on
Commit
6da7f6f
1 Parent(s): b36d09d

Update App header

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -144,8 +144,10 @@ def build_gradio_app(queues, command):
144
  title = "Tokenize Anything"
145
  header = (
146
  "<div align='center'>"
147
- f"<h1>{title}</h1>"
148
- "<h3>A promptable model capable of simultaneously segmenting, recognizing and captioning</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"