import gradio as gr article = """--- This space was created using [SD Space Creator](https://huggingface.co/spaces/anzorq/sd-space-creator).""" gr.Interface.load( name="models/stabilityai/stable-diffusion-2", title="""Stable Diffusion 2""", description="""Demo for Stable Diffusion 2 Stable Diffusion model.
Add the following tokens to your prompts for the model to work properly: .""", article=article, ).queue(concurrency_count=20).launch()