| 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/vladocar/3dfood", | |
| title="""3dfood""", | |
| description="""Demo for <a href="https://huggingface.co/vladocar/3dfood">3dfood</a> Stable Diffusion model.""", | |
| article=article, | |
| ).queue(concurrency_count=20).launch() | |