Spaces:
Runtime error
Runtime error
Commit
·
422a5c7
1
Parent(s):
3984d7c
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,10 @@
|
|
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").launch()
|
4 |
+
|
5 |
+
block = gr.Blocks()
|
6 |
+
|
7 |
+
|
8 |
+
with block:
|
9 |
+
gr.Markdown("""<h1><center>Matt 2 Cents :: Text to Image :: Enjoy !</center></h1>
|
10 |
+
""")
|