Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -464,7 +464,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 464 |
""")
|
| 465 |
|
| 466 |
with gr.Row():
|
| 467 |
-
with gr.Column():
|
| 468 |
input_image = gr.Image(
|
| 469 |
label="Input Image",
|
| 470 |
show_label=True,
|
|
@@ -493,7 +493,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 493 |
)
|
| 494 |
run_button = gr.Button("Edit!", variant="primary")
|
| 495 |
|
| 496 |
-
with gr.Column():
|
| 497 |
result = gr.ImageSlider(
|
| 498 |
label="Result",
|
| 499 |
show_label=True,
|
|
|
|
| 464 |
""")
|
| 465 |
|
| 466 |
with gr.Row():
|
| 467 |
+
with gr.Column(scale=1):
|
| 468 |
input_image = gr.Image(
|
| 469 |
label="Input Image",
|
| 470 |
show_label=True,
|
|
|
|
| 493 |
)
|
| 494 |
run_button = gr.Button("Edit!", variant="primary")
|
| 495 |
|
| 496 |
+
with gr.Column(scale=1):
|
| 497 |
result = gr.ImageSlider(
|
| 498 |
label="Result",
|
| 499 |
show_label=True,
|