sd15model / app.py
stable-diffusion-ai's picture
Update app.py
7784686
import gradio as gr
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title="Standard 1.5 model", description="Describe the image you want to generate in prompt below. ([Stable Diffusion](https://stablediffusion.fr))").launch()