not-lain commited on
Commit
3eb1a6a
·
1 Parent(s): 7021436

update interface

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