Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def process(input_image, prompt, negative_prompt, num_steps, controlnet_conditio
|
|
66 |
block = gr.Blocks().queue()
|
67 |
|
68 |
with block:
|
69 |
-
gr.Markdown("## BRIA 2.
|
70 |
gr.HTML('''
|
71 |
<p style="margin-bottom: 10px; font-size: 94%">
|
72 |
This is a demo for ControlNet Canny that using
|
|
|
66 |
block = gr.Blocks().queue()
|
67 |
|
68 |
with block:
|
69 |
+
gr.Markdown("## BRIA 2.2 ControlNet Canny")
|
70 |
gr.HTML('''
|
71 |
<p style="margin-bottom: 10px; font-size: 94%">
|
72 |
This is a demo for ControlNet Canny that using
|