Update app.py
Browse files
app.py
CHANGED
|
@@ -89,8 +89,9 @@ examples = [
|
|
| 89 |
css="""
|
| 90 |
#col-container {
|
| 91 |
margin: 0 auto;
|
| 92 |
-
max-width:
|
| 93 |
padding-top: 20px;
|
|
|
|
| 94 |
}
|
| 95 |
.footer {
|
| 96 |
margin-bottom: 45px;
|
|
@@ -184,8 +185,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 184 |
gr.HTML(
|
| 185 |
"""
|
| 186 |
<div class="footer">
|
| 187 |
-
<p>
|
| 188 |
-
Used Stable Diffusion XL (SDXL) Model by <a href="https://huggingface.co/stabilityai" style="text-decoration: underline;" target="_blank">StabilityAI</a>, a cutting-edge text-to-image model, complemented by the lightning-fast SDXL-Lightning model by <a href="https://huggingface.co/ByteDance" style="text-decoration: underline;" target="_blank">ByteDance</a>, ensuring high-quality images with reduced computational steps.</p>
|
| 189 |
</p>
|
| 190 |
</div>
|
| 191 |
"""
|
|
|
|
| 89 |
css="""
|
| 90 |
#col-container {
|
| 91 |
margin: 0 auto;
|
| 92 |
+
max-width: 600px;
|
| 93 |
padding-top: 20px;
|
| 94 |
+
text-align: center;
|
| 95 |
}
|
| 96 |
.footer {
|
| 97 |
margin-bottom: 45px;
|
|
|
|
| 185 |
gr.HTML(
|
| 186 |
"""
|
| 187 |
<div class="footer">
|
| 188 |
+
<p>This application harnesses the cutting-edge Stable Diffusion XL (SDXL) model by <a href="https://huggingface.co/stabilityai" style="text-decoration: underline;" target="_blank">StabilityAI</a>, offering unparalleled text-to-image generation, while acknowledging potential biases and content considerations outlined in the model card.</p>
|
|
|
|
| 189 |
</p>
|
| 190 |
</div>
|
| 191 |
"""
|