fffiloni commited on
Commit
9d69626
·
verified ·
1 Parent(s): a945d67

Update app.py

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