Emma02 commited on
Commit
23c18d4
·
verified ·
1 Parent(s): 61f5aa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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.**')