import gradio as gr description = """

Ghibli Diffusion This is the fine-tuned Stable Diffusion model trained on images from modern anime feature films from Studio Ghibli. Use the tokens ghibli style in your prompts for the effect.

""" gr.Interface.load("models/nitrosocke/Ghibli-Diffusion", description=description, examples=[["superman ghibli style"]]).launch()