sd15model / app.py
stable-diffusion-ai's picture
update app.py
55d2fe4
raw
history blame
204 Bytes
import gradio as gr
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title="SD model version 1.5", description="Enter a prompt below. ([Stable Diffusion](https://stablediffusion.fr))").launch()