Commit
·
1467efe
1
Parent(s):
08404f5
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ def update_css(aspect):
|
|
| 85 |
with gr.Blocks(css=css) as demo:
|
| 86 |
binary_matrixes = gr.State([])
|
| 87 |
gr.Markdown('''## Control your Stable Diffusion generation with Sketches
|
| 88 |
-
This Space demonstrates MultiDiffusion region-based generation using Stable Diffusion model. To get started, draw your masks and type your prompts. More
|
| 89 |

|
| 90 |
''')
|
| 91 |
with gr.Box(elem_id="main-image"):
|
|
|
|
| 85 |
with gr.Blocks(css=css) as demo:
|
| 86 |
binary_matrixes = gr.State([])
|
| 87 |
gr.Markdown('''## Control your Stable Diffusion generation with Sketches
|
| 88 |
+
This Space demonstrates MultiDiffusion region-based generation using Stable Diffusion model. To get started, draw your masks and type your prompts. More details in the [project page](https://multidiffusion.github.io).
|
| 89 |

|
| 90 |
''')
|
| 91 |
with gr.Box(elem_id="main-image"):
|