aiqcamp commited on
Commit
68b0f99
Β·
verified Β·
1 Parent(s): 5b79d86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -249,16 +249,7 @@ css = """
249
  }
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
- """
262
 
263
  with gr.Blocks(css=css) as demo:
264
  with gr.Column():
 
249
  }
250
  """
251
 
252
+
 
 
 
 
 
 
 
 
 
253
 
254
  with gr.Blocks(css=css) as demo:
255
  with gr.Column():