Spaces:
Runtime error
Runtime error
Commit
·
90a0803
1
Parent(s):
b907ae1
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
import gradio as gr
|
2 |
title = """<h1 align="center">Hello & Welcome</h1>"""
|
|
|
3 |
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
|
|
|
|
|
|
1 |
title = """<h1 align="center">Hello & Welcome</h1>"""
|
2 |
+
import gradio as gr
|
3 |
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
|
4 |
+
title = """<h1 align="center">Hello & Welcome</h1>"""
|