import gradio as gr
gr.Interface.load("models/Duskfallcrew/Osenayan_Mix").launch()
css = """.main-div div{display:inline-flex;align-items:center;gap:.8rem;font-size:1.75rem}.main-div div h1{font-weight:900;margin-bottom:7px}.main-div p{margin-bottom:10px;font-size:94%}a{text-decoration:underline}.tabs{margin-top:0;margin-bottom:0}#gallery{min-height:20rem}
"""
with gr.Blocks(css=css) as demo:
gr.HTML(
f"""
Osenayan Mix
Demo for Osenayan Mix Stable Diffusion model. We stream a lot of our testing on Twitch . Any chance you can spare a coffee or three? Ko-Fi Anyone?. Request image gens via our Pixiv. Hang with us on discord: Earth & Dusk Discord . No tokens are required.
"""
)