Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def video_vision(video_input_path, prompt):
|
|
120 |
|
121 |
# Gradio UI
|
122 |
|
123 |
-
with gr.Blocks() as demo:
|
124 |
with gr.Column():
|
125 |
gr.Markdown("# Sa2VA: Marrying SAM2 with LLaVA for Dense Grounded Understanding of Images and Videos")
|
126 |
gr.HTML("""
|
|
|
120 |
|
121 |
# Gradio UI
|
122 |
|
123 |
+
with gr.Blocks(analytics_enabled=False) as demo:
|
124 |
with gr.Column():
|
125 |
gr.Markdown("# Sa2VA: Marrying SAM2 with LLaVA for Dense Grounded Understanding of Images and Videos")
|
126 |
gr.HTML("""
|