Commit
·
79488ea
1
Parent(s):
a8d52ff
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,6 +85,10 @@ def update_css(aspect):
|
|
| 85 |
|
| 86 |
with gr.Blocks(css=css) as demo:
|
| 87 |
binary_matrixes = gr.State([])
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
with gr.Box(elem_id="main-image"):
|
| 89 |
with gr.Accordion(open=True, label="Your color sketch") as sketch_accordion:
|
| 90 |
with gr.Row():
|
|
|
|
| 85 |
|
| 86 |
with gr.Blocks(css=css) as demo:
|
| 87 |
binary_matrixes = gr.State([])
|
| 88 |
+
gr.Markdown('''## Control your Stable Diffusion generation with Sketches
|
| 89 |
+
This Space demonstrates MultiDiffusion region-based generation using Stable Diffusion model. To get started, draw your masks and type your prompts. More detailsin the [project page](https://multidiffusion.github.io).
|
| 90 |
+

|
| 91 |
+
''')
|
| 92 |
with gr.Box(elem_id="main-image"):
|
| 93 |
with gr.Accordion(open=True, label="Your color sketch") as sketch_accordion:
|
| 94 |
with gr.Row():
|