update interface
Browse files
app.py
CHANGED
@@ -230,6 +230,8 @@ sam2_tab = gr.Interface(
|
|
230 |
{"input_points": [[500, 375], [1125, 625]], "input_labels": [1, 0]},
|
231 |
]
|
232 |
],
|
|
|
|
|
233 |
)
|
234 |
|
235 |
demo = gr.TabbedInterface(
|
|
|
230 |
{"input_points": [[500, 375], [1125, 625]], "input_labels": [1, 0]},
|
231 |
]
|
232 |
],
|
233 |
+
api_name="sam2",
|
234 |
+
cache_examples=False,
|
235 |
)
|
236 |
|
237 |
demo = gr.TabbedInterface(
|