Spaces:
Running
on
Zero
Running
on
Zero
Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -145,7 +145,7 @@ with gr.Blocks() as demo:
|
|
| 145 |
input_image = gr.Image(type="pil", label="Input Image")
|
| 146 |
run_button = gr.ClearButton(components=None, value="Enhance Image")
|
| 147 |
with gr.Column():
|
| 148 |
-
output_slider = gr.ImageSlider(label="Before / After", max_height=1500, show_fullscreen_button=True
|
| 149 |
run_button.add(output_slider)
|
| 150 |
|
| 151 |
with gr.Accordion("Advanced Options", open=True):
|
|
|
|
| 145 |
input_image = gr.Image(type="pil", label="Input Image")
|
| 146 |
run_button = gr.ClearButton(components=None, value="Enhance Image")
|
| 147 |
with gr.Column():
|
| 148 |
+
output_slider = gr.ImageSlider(label="Before / After", max_height=1500, show_fullscreen_button=True)
|
| 149 |
run_button.add(output_slider)
|
| 150 |
|
| 151 |
with gr.Accordion("Advanced Options", open=True):
|