Update app.py
Browse files
app.py
CHANGED
@@ -249,8 +249,7 @@ with gr.Blocks(css=css, theme=theme) as app:
|
|
249 |
clear_prompt =gr.Button("Clear 🗑️",variant="primary", elem_id="clear_button")
|
250 |
clear_prompt.click(lambda: (None, None), None, [prompt, image_output], queue=False, show_api=False)
|
251 |
|
252 |
-
|
253 |
-
image_i2i = gr.Image(show_label=True, label='Increased image:')
|
254 |
img2img_b.click(mirror, inputs=[image_output, scale_by, method, gfpgan, codeformer], outputs=image_i2i, concurrency_limit=48)
|
255 |
|
256 |
|
|
|
249 |
clear_prompt =gr.Button("Clear 🗑️",variant="primary", elem_id="clear_button")
|
250 |
clear_prompt.click(lambda: (None, None), None, [prompt, image_output], queue=False, show_api=False)
|
251 |
|
252 |
+
|
|
|
253 |
img2img_b.click(mirror, inputs=[image_output, scale_by, method, gfpgan, codeformer], outputs=image_i2i, concurrency_limit=48)
|
254 |
|
255 |
|