File size: 404 Bytes
0d922ce |
1 2 3 4 5 6 7 8 9 10 11 12 |
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()
|