Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -568,7 +568,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 568 |
)
|
| 569 |
|
| 570 |
with gr.Column():
|
| 571 |
-
result = gr.Image(label="Result", type="pil")
|
| 572 |
|
| 573 |
use_as_input_button = gr.Button("🔄 Use as Input Image", visible=False, variant="secondary")
|
| 574 |
|
|
@@ -587,7 +587,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 587 |
rows=2,
|
| 588 |
object_fit="contain",
|
| 589 |
height="auto",
|
| 590 |
-
interactive=
|
| 591 |
show_label=True,
|
| 592 |
elem_classes=["gallery-container"]
|
| 593 |
)
|
|
|
|
| 568 |
)
|
| 569 |
|
| 570 |
with gr.Column():
|
| 571 |
+
result = gr.Image(label="Result", type="pil", interactive=False)
|
| 572 |
|
| 573 |
use_as_input_button = gr.Button("🔄 Use as Input Image", visible=False, variant="secondary")
|
| 574 |
|
|
|
|
| 587 |
rows=2,
|
| 588 |
object_fit="contain",
|
| 589 |
height="auto",
|
| 590 |
+
interactive=False,
|
| 591 |
show_label=True,
|
| 592 |
elem_classes=["gallery-container"]
|
| 593 |
)
|