Spaces:
Runtime error
Runtime error
Commit
·
d09bee2
1
Parent(s):
93e4782
Update app.py
Browse files
app.py
CHANGED
@@ -105,9 +105,8 @@ css = '''
|
|
105 |
|
106 |
with gr.Blocks(css=css) as demo:
|
107 |
binary_matrixes = gr.State([])
|
108 |
-
gr.Markdown('''## Control your Stable Diffusion generation with Sketches
|
109 |
-
|
110 |
-
|
111 |
''')
|
112 |
|
113 |
if(is_shared_ui):
|
|
|
105 |
|
106 |
with gr.Blocks(css=css) as demo:
|
107 |
binary_matrixes = gr.State([])
|
108 |
+
gr.Markdown('''## Control your Stable Diffusion generation with Sketches (_beta_)
|
109 |
+
A beta version demo of 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).
|
|
|
110 |
''')
|
111 |
|
112 |
if(is_shared_ui):
|