Spaces:
Build error
Build error
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() | |