Update app.py
Browse files
app.py
CHANGED
|
@@ -201,6 +201,9 @@ with gr.Blocks() as demo:
|
|
| 201 |
result = ImageSlider(
|
| 202 |
interactive=False,
|
| 203 |
label="Generated Image",
|
|
|
|
|
|
|
|
|
|
| 204 |
)
|
| 205 |
|
| 206 |
use_as_input_button = gr.Button("Use as Input Image", visible=False)
|
|
|
|
| 201 |
result = ImageSlider(
|
| 202 |
interactive=False,
|
| 203 |
label="Generated Image",
|
| 204 |
+
type="pil",
|
| 205 |
+
image_format="PNG",
|
| 206 |
+
quality=100
|
| 207 |
)
|
| 208 |
|
| 209 |
use_as_input_button = gr.Button("Use as Input Image", visible=False)
|