Spaces:
Runtime error
Runtime error
Commit
·
0dd902b
1
Parent(s):
422a5c7
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,8 @@
|
|
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 |
-
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
block = gr.Blocks()
|
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()
|