fffiloni commited on
Commit
b47ae2e
·
verified ·
1 Parent(s): f535b2f

add project title

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ def main_infer(image_input_path, prompt):
46
 
47
  with gr.Blocks() as demo:
48
  with gr.Column():
 
49
  with gr.Row():
50
  with gr.Column():
51
  image_input = gr.Image(label="Image IN")
 
46
 
47
  with gr.Blocks() as demo:
48
  with gr.Column():
49
+ gr.Markdown("# Sa2VA: Marrying SAM2 with LLaVA for Dense Grounded Understanding of Images and Videos")
50
  with gr.Row():
51
  with gr.Column():
52
  image_input = gr.Image(label="Image IN")