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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def main(_):
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.**')
 
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.**')