not-lain commited on
Commit
7021436
·
1 Parent(s): 58cd8f2

fix example

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -225,6 +225,7 @@ sam2_tab = gr.Interface(
225
  outputs=gr.Gallery(),
226
  examples=[
227
  [
 
228
  "./assets/truck.jpg",
229
  {"input_points": [[500, 375], [1125, 625]], "input_labels": [1, 0]},
230
  ]
 
225
  outputs=gr.Gallery(),
226
  examples=[
227
  [
228
+ 4,
229
  "./assets/truck.jpg",
230
  {"input_points": [[500, 375], [1125, 625]], "input_labels": [1, 0]},
231
  ]