blanchon commited on
Commit
5190fdd
·
1 Parent(s): a7d49ca
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -179,8 +179,8 @@ with gr.Blocks(css=css) as demo:
179
  examples=[
180
  {
181
  "background": path,
182
- "layers": None,
183
- "composite": None,
184
  }
185
  for path in Path("./examples/scenes").glob("*.png")
186
  ],
 
179
  examples=[
180
  {
181
  "background": path,
182
+ "layers": [],
183
+ "composite": path,
184
  }
185
  for path in Path("./examples/scenes").glob("*.png")
186
  ],