the_pink_spider / app.py
Duskfallcrew's picture
Upload app.py with huggingface_hub
825d5b3
raw
history blame contribute delete
746 Bytes
import os
import gradio as gr
API_KEY=os.environ.get('HUGGING_FACE_HUB_TOKEN', None)
article = """---
This space was created using [SD Space Creator](https://huggingface.co/spaces/anzorq/sd-space-creator)."""
gr.Interface.load(
name="models/MultiversexPeeps/the_pink_spider",
title="""The Pink Spider""",
description="""Demo for <a href="https://huggingface.co/MultiversexPeeps/the_pink_spider">The Pink Spider</a> Stable Diffusion model. If you want to donate towards costs and don't want to subscribe: https://ko-fi.com/DUSKFALLcrew / All samples and info are here: https://civitai.com/user/duskfallcrew -- USE "duskspider" on your prefxi""",
article=article,
api_key=API_KEY,
).queue(concurrency_count=20).launch()