Spaces:
Running
Running
Update
Browse files
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",
|