Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -250,12 +250,11 @@ css = """
|
|
250 |
"""
|
251 |
|
252 |
title = """<h1 align="center">Diffusers Image Outpaint</h1>
|
253 |
-
<div align="center">
|
254 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
255 |
<p style="display: flex;gap: 6px;">
|
256 |
<a href="https://huggingface.co/spaces/fffiloni/diffusers-image-outpout?duplicate=true">
|
257 |
-
|
258 |
-
</a> to skip the queue and enjoy faster inference on the GPU of your choice
|
259 |
</p>
|
260 |
</div>
|
261 |
"""
|
|
|
250 |
"""
|
251 |
|
252 |
title = """<h1 align="center">Diffusers Image Outpaint</h1>
|
253 |
+
<div align="center">Sube una imagen o retrato y restauralo con un diseΓ±o increible, re escala el tamaΓ±o y genera mas calidad, agrega fondos y escenas a la foto.</div>
|
254 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
255 |
<p style="display: flex;gap: 6px;">
|
256 |
<a href="https://huggingface.co/spaces/fffiloni/diffusers-image-outpout?duplicate=true">
|
257 |
+
</a>
|
|
|
258 |
</p>
|
259 |
</div>
|
260 |
"""
|