Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
5f515e7
1
Parent(s):
c2b832e
nit
Browse files
app.py
CHANGED
|
@@ -612,7 +612,7 @@ with gr.Blocks(title="SAM2 Video (Transformers) - Interactive Segmentation", the
|
|
| 612 |
ckpt_radio = gr.Radio(
|
| 613 |
choices=["tiny", "small", "base_plus", "large"],
|
| 614 |
value="tiny",
|
| 615 |
-
label="SAM2 checkpoint",
|
| 616 |
)
|
| 617 |
ckpt_progress = gr.Markdown(visible=False)
|
| 618 |
load_status = gr.Markdown(visible=True)
|
|
|
|
| 612 |
ckpt_radio = gr.Radio(
|
| 613 |
choices=["tiny", "small", "base_plus", "large"],
|
| 614 |
value="tiny",
|
| 615 |
+
label="SAM2.1 checkpoint",
|
| 616 |
)
|
| 617 |
ckpt_progress = gr.Markdown(visible=False)
|
| 618 |
load_status = gr.Markdown(visible=True)
|