miittnnss commited on
Commit
87f1ebb
·
1 Parent(s): b65b7a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,10 +80,10 @@ with gr.Blocks(theme="soft") as playground:
80
  """
81
  <div style="text-align: center; margin: 0 auto;">
82
  <div style="display: inline-flex; align-items: center; gap: 0.8rem; font-size: 1.75rem;">
83
- <h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">Play with SD Models</h1>
84
  </div>
85
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
86
- Create your AI art with Stable Diffusion models!
87
  </p>
88
  </div>
89
  """
 
80
  """
81
  <div style="text-align: center; margin: 0 auto;">
82
  <div style="display: inline-flex; align-items: center; gap: 0.8rem; font-size: 1.75rem;">
83
+ <h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">🎨🤖 Play with SD Models</h1>
84
  </div>
85
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
86
+ Explore and create your AI art with Stable Diffusion models!
87
  </p>
88
  </div>
89
  """