Dagfinn1962 commited on
Commit
ec39780
·
verified ·
1 Parent(s): 7131d7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -12
app.py CHANGED
@@ -34,15 +34,11 @@ with grad.Blocks(css='style.css') as demo:
34
  """
35
  <div style="text-align: center; max-width: 650px; margin: 0 auto;">
36
  <div>
37
- <h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
38
- The Stable Diffusion Prompt Generator - because your text needs a little more visual spice.
39
- </h1>
40
  </div>
41
- <p style="margin-bottom: 10px; font-size: 96%">
42
- Ready to see some magic happen? Simply type in your basic idea. Feeling lazy? No problem, just hit the "Magic Prompt" button and it will randomly pull from a list of thousands of ideas for you.
43
- </p>
44
- <p style="margin-bottom: 10px; font-size: 98%">
45
- ❤️ Press the Like Button if you enjoy my space! ❤️</a>
46
  </p>
47
  </div>
48
  """
@@ -81,10 +77,8 @@ with grad.Blocks(css='style.css') as demo:
81
  <p> Powered by <a href="https://huggingface.co/Gustavosta">Gustavosta</a> Stable Diffusion model
82
  </p>
83
  </div>
84
- <div class="acknowledgments" style="font-size: 115%">
85
- <p> Transform your boring ideas into creative masterpieces with just one click! Enter a spark of inspiration and let the "Magic Prompt" button work its magic.
86
- </p>
87
- </div>
88
  """
89
  )
90
 
 
34
  """
35
  <div style="text-align: center; max-width: 650px; margin: 0 auto;">
36
  <div>
37
+ <h4 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
38
+ The Stable Diffusion Prompt Generator
39
+ </h4>
40
  </div>
41
+
 
 
 
 
42
  </p>
43
  </div>
44
  """
 
77
  <p> Powered by <a href="https://huggingface.co/Gustavosta">Gustavosta</a> Stable Diffusion model
78
  </p>
79
  </div>
80
+
81
+
 
 
82
  """
83
  )
84