File size: 318 Bytes
b63f0e4
 
 
 
 
 
 
aed9b31
 
b63f0e4
 
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/$model_id",
    title="""$title""",
    description="""$description""",
    article=article,
    ).queue(concurrency_count=20).launch()