Spaces:
Running
on
Zero
Running
on
Zero
change output to pil
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
|
|
| 147 |
input_image = gr.Image(type="pil", label="Input Image")
|
| 148 |
run_button = gr.ClearButton(components=None, value="Enhance Image")
|
| 149 |
with gr.Column():
|
| 150 |
-
output_slider = ImageSlider(label="Generate image", type="
|
| 151 |
run_button.add(output_slider)
|
| 152 |
|
| 153 |
with gr.Accordion("Advanced Options", open=False):
|
|
|
|
| 147 |
input_image = gr.Image(type="pil", label="Input Image")
|
| 148 |
run_button = gr.ClearButton(components=None, value="Enhance Image")
|
| 149 |
with gr.Column():
|
| 150 |
+
output_slider = ImageSlider(label="Generate image", type="pil", slider_color="pink")
|
| 151 |
run_button.add(output_slider)
|
| 152 |
|
| 153 |
with gr.Accordion("Advanced Options", open=False):
|