multimodalart HF staff commited on
Commit
09d2a39
β€’
1 Parent(s): 0f59bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -146,15 +146,14 @@ def inference(
146
  with gr.Blocks(css=css) as app:
147
  gr.Markdown(
148
  '''
149
- <center><h1>Illusion Diffusion πŸŒ€</h1></span>
150
- <span font-size:16px;">Generate stunning illusion artwork with Stable Diffusion</span>
151
  </center>
152
 
153
  A space by AP [Follow me on Twitter](https://twitter.com/angrypenguinPNG)
154
 
155
  This project works by using [Monster Labs QR Control Net](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster).
156
  Given a prompt and your pattern, we use a QR code conditioned controlnet to create a stunning illusion! Credit to: [MrUgleh](https://twitter.com/MrUgleh) for discovering the workflow :)
157
-
158
  '''
159
  )
160
 
 
146
  with gr.Blocks(css=css) as app:
147
  gr.Markdown(
148
  '''
149
+ <center><h1>Illusion Diffusion HQ πŸŒ€</h1></span>
150
+ <span font-size:16px;">Generate stunning high quality illusion artwork with Stable Diffusion</span>
151
  </center>
152
 
153
  A space by AP [Follow me on Twitter](https://twitter.com/angrypenguinPNG)
154
 
155
  This project works by using [Monster Labs QR Control Net](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster).
156
  Given a prompt and your pattern, we use a QR code conditioned controlnet to create a stunning illusion! Credit to: [MrUgleh](https://twitter.com/MrUgleh) for discovering the workflow :)
 
157
  '''
158
  )
159