RICHERGIRL commited on
Commit
7fdfac1
·
verified ·
1 Parent(s): 1b869d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(css=css) as MaskSuggest:
161
  gr.Markdown("### Step 2. Upload a mask image")
162
  mask_img_input = gr.Image(label="Mask image (PNG with transparency)", type="pil")
163
  mask_img_example = gr.Examples(
164
- examples=["mask1.jpg", "mask2.png", "mask3.png"],
165
  inputs=mask_img_input,
166
  examples_per_page=12
167
  )
 
161
  gr.Markdown("### Step 2. Upload a mask image")
162
  mask_img_input = gr.Image(label="Mask image (PNG with transparency)", type="pil")
163
  mask_img_example = gr.Examples(
164
+ examples=["mask1.jpg", "mask2.jpg", "mask3.png"],
165
  inputs=mask_img_input,
166
  examples_per_page=12
167
  )