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() | |