Update app.py
Browse files
app.py
CHANGED
|
@@ -201,9 +201,7 @@ with gr.Blocks() as demo:
|
|
| 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)
|
|
|
|
| 201 |
result = ImageSlider(
|
| 202 |
interactive=False,
|
| 203 |
label="Generated Image",
|
| 204 |
+
type="pil"
|
|
|
|
|
|
|
| 205 |
)
|
| 206 |
|
| 207 |
use_as_input_button = gr.Button("Use as Input Image", visible=False)
|