gnosticdev commited on
Commit
9646ad1
Β·
verified Β·
1 Parent(s): 82a5ea6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -250,12 +250,11 @@ css = """
250
  """
251
 
252
  title = """<h1 align="center">Diffusers Image Outpaint</h1>
253
- <div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</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
- <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate this Space">
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
  """