Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -207,7 +207,7 @@ with gr.Blocks() as demo:
|
|
| 207 |
|
| 208 |
with gr.Column():
|
| 209 |
# Use ImageSlider to display (Before, After) tuple correctly
|
| 210 |
-
output_slider =
|
| 211 |
reuse_button = gr.Button("Reuse this image", visible=False)
|
| 212 |
|
| 213 |
with gr.Row():
|
|
|
|
| 207 |
|
| 208 |
with gr.Column():
|
| 209 |
# Use ImageSlider to display (Before, After) tuple correctly
|
| 210 |
+
output_slider = gr.Image(label="Output Image", interactive=False, format="png")
|
| 211 |
reuse_button = gr.Button("Reuse this image", visible=False)
|
| 212 |
|
| 213 |
with gr.Row():
|