Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -328,11 +328,6 @@ with gr.Blocks(css=css) as demo:
|
|
328 |
|
329 |
# Add the new button to the PNG Info tab
|
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)
|
337 |
|
338 |
demo.queue(max_size=80, api_open=False).launch(max_threads=8192, show_api=False)
|
|
|
328 |
|
329 |
# Add the new button to the PNG Info tab
|
330 |
with gr.Tab("PNG Info"):
|
|
|
|
|
|
|
|
|
|
|
331 |
concurrency_limit=1024)
|
332 |
|
333 |
demo.queue(max_size=80, api_open=False).launch(max_threads=8192, show_api=False)
|