Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,8 +69,9 @@ def inference(
|
|
69 |
with gr.Blocks() as app:
|
70 |
gr.Markdown(
|
71 |
'''
|
72 |
-
# Illusion Diffusion
|
73 |
-
##
|
|
|
74 |
'''
|
75 |
)
|
76 |
|
|
|
69 |
with gr.Blocks() as app:
|
70 |
gr.Markdown(
|
71 |
'''
|
72 |
+
# Illusion Diffusion π
|
73 |
+
## Generate beautiful illusion art with SD 1.5.
|
74 |
+
**[Follow me on Twitter](https://twitter.com/angrypenguinPNG)**
|
75 |
'''
|
76 |
)
|
77 |
|