Norod78's picture
Upload app.py with huggingface_hub
95811da
raw
history blame
456 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/Norod78/sd2-simpsons-blip",
title="""SDv2 Simpsons""",
description="""Demo for <a href="https://huggingface.co/Norod78/sd2-simpsons-blip">SD2 Simpsons BLIP</a> Stable Diffusion 2, fine-tuned model.""",
article=article,
).queue(concurrency_count=20).launch()