eolecvk commited on
Commit
4ef34aa
1 Parent(s): 2d5e0ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -137,12 +137,12 @@ with block:
137
  <div style="text-align: center; max-width: 650px; margin: 0 auto;">
138
  <div>
139
  <img class="logo" src="https://lambdalabs.com/static/images/lambda-logo.svg" alt="Lambda Logo"
140
- style="margin: 30px; max-width: 7rem;">
141
  <h1 style="font-weight: 900; font-size: 3rem;">
142
  Naruto text to image
143
  </h1>
144
  </div>
145
- <p style="margin-bottom: 30px; font-size: 94%">
146
  Generate new Naruto anime character from a text description,
147
  <a href="https://lambdalabs.com/blog/how-to-fine-tune-stable-diffusion-how-we-made-the-text-to-pokemon-model-at-lambda/">created by Lambda Labs</a>.
148
  </p>
 
137
  <div style="text-align: center; max-width: 650px; margin: 0 auto;">
138
  <div>
139
  <img class="logo" src="https://lambdalabs.com/static/images/lambda-logo.svg" alt="Lambda Logo"
140
+ style="margin: auto; max-width: 7rem;">
141
  <h1 style="font-weight: 900; font-size: 3rem;">
142
  Naruto text to image
143
  </h1>
144
  </div>
145
+ <p style="margin-bottom: 10px; font-size: 94%">
146
  Generate new Naruto anime character from a text description,
147
  <a href="https://lambdalabs.com/blog/how-to-fine-tune-stable-diffusion-how-we-made-the-text-to-pokemon-model-at-lambda/">created by Lambda Labs</a>.
148
  </p>