masteroko commited on
Commit
a8baa25
·
verified ·
1 Parent(s): 661eadc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(send_to_txt2img, inputs=[image_input], outputs=[tabs, prompt, negative_prompt,
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)