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/Duskfallcrew/flowers-2-1-768",
title="""Flowers 2 1 768""",
description="""Demo for Flowers 2 1 768 Stable Diffusion model. Check out our Models on CivitAI We stream a lot of our testing on twitch: Duskfall @ TWITCH
any chance you can spare a coffee or three?
If you want custom LoRA OR MODEL trained an option will become available on the Patreon Styling Token: fldsky1""",
article=article,
api_key=API_KEY,
).queue(concurrency_count=20).launch()