blanchon commited on
Commit
cf8d1d5
·
1 Parent(s): 0dfd1c5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks(css=css) as demo:
177
  )
178
  image_and_mask_examples = gr.Examples(
179
  examples=[
180
- Image.open(path).convert("RGB")
181
  for path in Path("./examples/scenes").glob("*.png")
182
  ],
183
  label="Room examples",
 
177
  )
178
  image_and_mask_examples = gr.Examples(
179
  examples=[
180
+ Image.open(path).convert("RGBA")
181
  for path in Path("./examples/scenes").glob("*.png")
182
  ],
183
  label="Room examples",