AP123 commited on
Commit
003cf23
1 Parent(s): c13f2f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -321,7 +321,7 @@ with gr.Blocks(css=css) as app:
321
  <center>
322
  <h1>Upside Down Diffusion</h1>
323
  <p>Code by Alex Carlier, please follow them on <a href="https://twitter.com/alexcarliera">Twitter</a></p>
324
- <p>A space by <a href="https://twitter.com/angrypenguinPNG">AP</a></p>
325
  </center>
326
  <hr>
327
  <p>
@@ -330,6 +330,9 @@ with gr.Blocks(css=css) as app:
330
  <p>
331
  Enter your first prompt to craft an image when upright. Then, inject a second prompt to reveal a mesmerizing surprise when you flip the image upside down! Prepare to be mesmerized! ✨
332
  </p>
 
 
 
333
  '''
334
  )
335
 
 
321
  <center>
322
  <h1>Upside Down Diffusion</h1>
323
  <p>Code by Alex Carlier, please follow them on <a href="https://twitter.com/alexcarliera">Twitter</a></p>
324
+ <p>A space by <a href="https://twitter.com/angrypenguinPNG">AP</a> with contributions from <a href="https://twitter.com/multimodalart">MultimodalArt</a></p>
325
  </center>
326
  <hr>
327
  <p>
 
330
  <p>
331
  Enter your first prompt to craft an image when upright. Then, inject a second prompt to reveal a mesmerizing surprise when you flip the image upside down! Prepare to be mesmerized! ✨
332
  </p>
333
+ <p>
334
+ <em>For best results, please include the prompt in the following format: Art Style and Object. Here is an example: Prompt 1: A sketch of a turtle, Prompt 2: A sketch of a tree. Both prompts need to have the same style!</em>
335
+ </p>
336
  '''
337
  )
338