Andrew Wong
commited on
Commit
·
e54805d
1
Parent(s):
62a6b34
app update
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").launch()
|
|
|
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()
|