not-lain commited on
Commit
81d0a98
·
1 Parent(s): 1167bff

update example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ rmbg_tab = gr.Interface(
110
  inputs=[gr.Number(1, visible=False), "image", "text"],
111
  outputs=["image"],
112
  api_name="rmbg",
113
- examples=[["./assets/Inpainting mask.png", None]],
114
  )
115
 
116
  outpaint_tab = gr.Interface(
 
110
  inputs=[gr.Number(1, visible=False), "image", "text"],
111
  outputs=["image"],
112
  api_name="rmbg",
113
+ examples=[[1, "./assets/Inpainting mask.png", None]],
114
  )
115
 
116
  outpaint_tab = gr.Interface(