Spaces:
Runtime error
Runtime error
File size: 746 Bytes
825d5b3 39ddacf 825d5b3 39ddacf 825d5b3 39ddacf 825d5b3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
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()
|