blanchon commited on
Commit
0dfd1c5
·
1 Parent(s): 5190fdd
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -177,11 +177,7 @@ with gr.Blocks(css=css) as demo:
177
  )
178
  image_and_mask_examples = gr.Examples(
179
  examples=[
180
- {
181
- "background": path,
182
- "layers": [],
183
- "composite": path,
184
- }
185
  for path in Path("./examples/scenes").glob("*.png")
186
  ],
187
  label="Room examples",
 
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",