Spaces:
Runtime error
Runtime error
Put images side by side
Browse files
app.py
CHANGED
|
@@ -104,9 +104,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 104 |
|
| 105 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
| 106 |
|
| 107 |
-
|
|
|
|
| 108 |
|
| 109 |
-
|
| 110 |
|
| 111 |
with gr.Accordion("Advanced Settings", open=False):
|
| 112 |
negative_prompt = gr.Text(
|
|
|
|
| 104 |
|
| 105 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
| 106 |
|
| 107 |
+
with gr.Row():
|
| 108 |
+
init_image = gr.Image(label="Initial image", type="pil")
|
| 109 |
|
| 110 |
+
result = gr.Image(label="Result")
|
| 111 |
|
| 112 |
with gr.Accordion("Advanced Settings", open=False):
|
| 113 |
negative_prompt = gr.Text(
|