CoolFace
Apppublic

sdart/sd15model

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
app.py3 linesDownload Raw Back to root
1import gradio as gr2 3gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title="Stable Diffusion v1.5", description="Enter a prompt below. ([Model license](https://huggingface.co/spaces/CompVis/stable-diffusion-license))").launch()