Spaces:
Running
on
Zero
Running
on
Zero
add project title
Browse files
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")
|