Spaces:
Runtime error
Runtime error
stable-diffusion-ai
commited on
Commit
·
7784686
1
Parent(s):
55d2fe4
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title="
|
|
|
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()
|