Spaces:
Runtime error
Runtime error
Commit
·
ebc437f
1
Parent(s):
0dd902b
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
|
2 |
|
3 |
-
with block:
|
4 |
-
gr.Markdown("""<h1><center>Matt 2 Cents :: Text to Image :: Enjoy !</center></h1>
|
5 |
-
""")
|
6 |
|
7 |
import gradio as gr
|
8 |
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
|
|
|
1 |
+
<h1><center>Matt 2 Cents :: Text to Image :: Enjoy !</center></h1>
|
2 |
|
|
|
|
|
|
|
3 |
|
4 |
import gradio as gr
|
5 |
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
|