Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -89,6 +89,7 @@ def main(_):
|
|
89 |
with gr.Column():
|
90 |
image_list = gr.State([])
|
91 |
gr.Markdown('# LVM Demo')
|
|
|
92 |
gr.Markdown(f'Serving model: {FLAGS.checkpoint}')
|
93 |
|
94 |
gr.Markdown('**There are mainly two visual prompting: sequential prompting and analogy prompting.**')
|
|
|
89 |
with gr.Column():
|
90 |
image_list = gr.State([])
|
91 |
gr.Markdown('# LVM Demo')
|
92 |
+
gr.Markdown('This is the demo of CVPR 2024 paper 'Sequential Modeling Enables Scalable Learning for Large Vision Models'. For more information about this paper please check the [website](https://yutongbai.com/lvm.html) ')
|
93 |
gr.Markdown(f'Serving model: {FLAGS.checkpoint}')
|
94 |
|
95 |
gr.Markdown('**There are mainly two visual prompting: sequential prompting and analogy prompting.**')
|