Spaces:
Runtime error
Runtime error
add text
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ def create_demo(process):
|
|
11 |
)
|
12 |
|
13 |
run_button = gr.Button('Run')
|
|
|
14 |
result = gr.Gallery(label='Output',
|
15 |
show_label=False,
|
16 |
elem_id='gallery').style(columns=1, rows=1, preview=True)
|
|
|
11 |
)
|
12 |
|
13 |
run_button = gr.Button('Run')
|
14 |
+
gr.Markdown("### Visit [Stable Diffusion Art](https://stable-diffusion-art.com/) for tutorials and resources. Read [Model license](https://huggingface.co/spaces/CompVis/stable-diffusion-license) for Stable Diffusion v1.5.")
|
15 |
result = gr.Gallery(label='Output',
|
16 |
show_label=False,
|
17 |
elem_id='gallery').style(columns=1, rows=1, preview=True)
|