mokady commited on
Commit
8a1a2c6
·
verified ·
1 Parent(s): dc9ce74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def process(input_image, prompt, negative_prompt, num_steps, controlnet_conditio
59
  images = generate_(prompt, negative_prompt, grayscale_image, num_steps, controlnet_conditioning_scale, seed)
60
  return grayscale_image, images[0]
61
 
62
- block = gr.Blocks().queue()
63
 
64
  with block:
65
  gr.Markdown("## BRIA 2.2 ControlNet Recoloring")
 
59
  images = generate_(prompt, negative_prompt, grayscale_image, num_steps, controlnet_conditioning_scale, seed)
60
  return grayscale_image, images[0]
61
 
62
+ block = gr.Blocks()
63
 
64
  with block:
65
  gr.Markdown("## BRIA 2.2 ControlNet Recoloring")