3dfood / app.py
vladocar's picture
Upload app.py with huggingface_hub
0d922ce
raw
history blame contribute delete
404 Bytes
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()