Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,15 +134,15 @@ examples = [
|
|
| 134 |
with block:
|
| 135 |
gr.HTML(
|
| 136 |
"""
|
| 137 |
-
<div style="text-align: center; max-width: 650px; margin:
|
| 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 |
Pokémon text to image
|
| 143 |
</h1>
|
| 144 |
</div>
|
| 145 |
-
<p style="margin-bottom: 10px; font-size: 94%">
|
| 146 |
Generate new Pokémon 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>
|
|
|
|
| 134 |
with block:
|
| 135 |
gr.HTML(
|
| 136 |
"""
|
| 137 |
+
<div style="text-align: center; max-width: 650px; margin: 30;">
|
| 138 |
<div>
|
| 139 |
<img class="logo" src="https://lambdalabs.com/static/images/lambda-logo.svg" alt="Lambda Logo"
|
| 140 |
+
style="margin: 30; max-width: 7rem;">
|
| 141 |
+
<h1 style="font-weight: 900; font-size: 3rem; margin: 30;">
|
| 142 |
Pokémon text to image
|
| 143 |
</h1>
|
| 144 |
</div>
|
| 145 |
+
<p style="margin-bottom: 10px; font-size: 94%; margin: 30">
|
| 146 |
Generate new Pokémon 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>
|