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/OsenayanMix-Illustration", title="""Osenayan Mix Illustration (BETA) """, description="""Demo for Osenayanmix Illustration Stable Diffusion model. We've got a list of things that made this model possible: Osenayan mix Illustration Recipe Card!. If this mix gets stuck or unresponsive please make a pull request, or Join the Discord for support. More updates to this line can be found on Osenayanmix Illustration at CivitAI . Don't forget you can DUPLICATE this space using the tools above! """, article=article, api_key=API_KEY, ).queue(concurrency_count=20).launch()