Ishankagg commited on
Commit
9e532e8
·
verified ·
1 Parent(s): eca2c71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -253,15 +253,8 @@ css = """
253
  }
254
  """
255
 
256
- title = """<h1 align="center">Diffusers Image Outpaint</h1>
257
- <div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
258
- <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
259
- <p style="display: flex;gap: 6px;">
260
- <a href="https://huggingface.co/spaces/fffiloni/diffusers-image-outpaint?duplicate=true">
261
- <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate this Space">
262
- </a> to skip the queue and enjoy faster inference on the GPU of your choice
263
- </p>
264
- </div>
265
  """
266
 
267
  with gr.Blocks(css=css) as demo:
 
253
  }
254
  """
255
 
256
+ title = """<h1 align="center">Image Resizer</h1>
257
+
 
 
 
 
 
 
 
258
  """
259
 
260
  with gr.Blocks(css=css) as demo: