stable-diffusion-ai commited on
Commit
55d2fe4
·
1 Parent(s): e54805d

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.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()
 
1
  import gradio as gr
2
 
3
+ 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()