Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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()
|
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")
|