Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,7 +152,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 152 |
|
| 153 |
with gr.Column():
|
| 154 |
# Replace the single image result with the ImageSlider
|
| 155 |
-
output_slider = ImageSlider(label="Before / After", show_label=False, interactive=False
|
| 156 |
reuse_button = gr.Button("Reuse this image", visible=False)
|
| 157 |
|
| 158 |
with gr.Row():
|
|
|
|
| 152 |
|
| 153 |
with gr.Column():
|
| 154 |
# Replace the single image result with the ImageSlider
|
| 155 |
+
output_slider = ImageSlider(label="Before / After", show_label=False, interactive=False)
|
| 156 |
reuse_button = gr.Button("Reuse this image", visible=False)
|
| 157 |
|
| 158 |
with gr.Row():
|