AP123 commited on
Commit
6ec4b8d
β€’
1 Parent(s): 453ed2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -69,8 +69,9 @@ def inference(
69
  with gr.Blocks() as app:
70
  gr.Markdown(
71
  '''
72
- # Illusion Diffusion
73
- ## A simple UI for generating beatiful illusion art with Stable Diffusion 1.5
 
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