not-lain commited on
Commit
2e0029e
·
1 Parent(s): 4b54c6a

update field

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ sam2_tab = gr.Interface(
219
  main,
220
  inputs=[
221
  gr.Number(4, interactive=False),
222
- gr.Image("image", type="pil"),
223
  gr.JSON(),
224
  ],
225
  outputs=gr.Gallery(),
 
219
  main,
220
  inputs=[
221
  gr.Number(4, interactive=False),
222
+ gr.Image(type="pil"),
223
  gr.JSON(),
224
  ],
225
  outputs=gr.Gallery(),