Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| description = """<div> | |
| <img src="https://i.imgur.com/FEA7N1p.png"> | |
| </div> | |
| <div><p>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.</p></div> | |
| """ | |
| gr.Interface.load("models/nitrosocke/Ghibli-Diffusion", description=description, examples=[["superman ghibli style"]]).launch() | |