Dao3 commited on
Commit
4ecfb97
·
1 Parent(s): 16a23f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -36,15 +36,15 @@ with grad.Blocks(css='style.css') as demo:
36
  """
37
  <div style="text-align: center; max-width: 650px; margin: 0 auto;">
38
  <div>
39
- <h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
40
- The Stable Diffusion Prompt Generator - because your text needs a little more visual spice.
41
- </h1>
42
  </div>
43
  <p style="margin-bottom: 10px; font-size: 96%">
44
- 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.
45
  </p>
46
  <p style="margin-bottom: 10px; font-size: 98%">
47
- ❤️ Press the Like Button if you enjoy my space! ❤️</a>
48
  </p>
49
  </div>
50
  """
@@ -84,7 +84,7 @@ with grad.Blocks(css='style.css') as demo:
84
  </p>
85
  </div>
86
  <div class="acknowledgments" style="font-size: 115%">
87
- <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.
88
  </p>
89
  </div>
90
  """
 
36
  """
37
  <div style="text-align: center; max-width: 650px; margin: 0 auto;">
38
  <div>
39
+ <h2 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
40
+ SD指令生成器.
41
+ </h2>
42
  </div>
43
  <p style="margin-bottom: 10px; font-size: 96%">
44
+ 输入一个英文单词,然后戳【咒语显现】按钮~ 不知道输入什么?直接戳!
45
  </p>
46
  <p style="margin-bottom: 10px; font-size: 98%">
47
+ ❤️ 后台有上千个单词随机组合喔~ ❤️</a>
48
  </p>
49
  </div>
50
  """
 
84
  </p>
85
  </div>
86
  <div class="acknowledgments" style="font-size: 115%">
87
+ <p> <a href="https://aihuman.life">AIHuman.Life</a>还有其他AI工具可以体验吼~
88
  </p>
89
  </div>
90
  """