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