Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ with gr.Blocks(css=css, title="ZenCtrl Inpainting") as demo:
|
|
| 142 |
|
| 143 |
# ---------- Example wrapper ---------------------------------
|
| 144 |
def _load_and_show(subj_path, bg_path, prompt):
|
| 145 |
-
return Image.open(
|
| 146 |
|
| 147 |
# ---------- Examples ----------------------------------------
|
| 148 |
gr.Examples(
|
|
|
|
| 142 |
|
| 143 |
# ---------- Example wrapper ---------------------------------
|
| 144 |
def _load_and_show(subj_path, bg_path, prompt):
|
| 145 |
+
return Image.open(out_subject.replace(".png", "_out.png"))
|
| 146 |
|
| 147 |
# ---------- Examples ----------------------------------------
|
| 148 |
gr.Examples(
|