prithivMLmods commited on
Commit
8aff4a9
·
verified ·
1 Parent(s): 0eef2a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -256,6 +256,7 @@ custom_css="""
256
  with gr.Blocks(css=custom_css, theme=app_theme) as main_interface:
257
  with gr.Column(elem_id="col-container"):
258
  gr.Markdown("# **SAM3: Segment Anything Model 3**", elem_id="main-title")
 
259
 
260
  with gr.Tabs():
261
  with gr.Tab("Image Segmentation"):
 
256
  with gr.Blocks(css=custom_css, theme=app_theme) as main_interface:
257
  with gr.Column(elem_id="col-container"):
258
  gr.Markdown("# **SAM3: Segment Anything Model 3**", elem_id="main-title")
259
+ gr.Markdown("Segment objects in image or video using **SAM3** (Segment Anything Model 3) with text prompts.")
260
 
261
  with gr.Tabs():
262
  with gr.Tab("Image Segmentation"):