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

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="SD model version 1.5", description="Enter a prompt below. ([Stable Diffusion](https://stablediffusion.fr))").launch()
 
1
  import gradio as gr
2
 
3
+ 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()