Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,8 +180,7 @@ with gr.Blocks() as demo:
|
|
| 180 |
)
|
| 181 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
| 182 |
with gr.Column():
|
| 183 |
-
|
| 184 |
-
result = gr.Gallery(label="Result").style(grid=(1,2))
|
| 185 |
|
| 186 |
inputs = [
|
| 187 |
image,
|
|
|
|
| 180 |
)
|
| 181 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
| 182 |
with gr.Column():
|
| 183 |
+
result = [gr.Image(label="Result", height=600), gr.Image(label="Image", height=600)]
|
|
|
|
| 184 |
|
| 185 |
inputs = [
|
| 186 |
image,
|