Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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"):
|