Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -330,7 +330,7 @@ with gr.Blocks(css=css) as demo:
|
|
330 |
with gr.Tab("PNG Info"):
|
331 |
# ... (existing code)
|
332 |
|
333 |
-
send_to_img2img_btn.click(
|
334 |
steps, seed, model, sampler,
|
335 |
width, height, cfg_scale],
|
336 |
concurrency_limit=1024)
|
|
|
330 |
with gr.Tab("PNG Info"):
|
331 |
# ... (existing code)
|
332 |
|
333 |
+
send_to_img2img_btn.click(send_to_img2img, inputs=[image_input], outputs=[tabs, prompt, negative_prompt,
|
334 |
steps, seed, model, sampler,
|
335 |
width, height, cfg_scale],
|
336 |
concurrency_limit=1024)
|