Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|
141 |
<h1 style="font-weight: 900; font-size: 3rem;">
|
142 |
Naruto text to image
|
143 |
</h1>
|
144 |
</div>
|
145 |
-
<p style="margin-bottom:
|
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>
|