fffiloni commited on
Commit
4a91cdc
1 Parent(s): ad4dbe6

add duplicate button

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -135,6 +135,13 @@ css = """
135
 
136
  title = """<h1 align="center">Diffusers Image Outpaint</h1>
137
  <div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
 
 
 
 
 
 
 
138
  """
139
 
140
  with gr.Blocks(css=css) as demo:
 
135
 
136
  title = """<h1 align="center">Diffusers Image Outpaint</h1>
137
  <div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
138
+ <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
139
+ <p style="display: flex;gap: 6px;">
140
+ <a href="https://huggingface.co/spaces/fffiloni/diffusers-image-outpout?duplicate=true">
141
+ <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate this Space">
142
+ </a> to skip the queue and enjoy faster inference on the GPU of your choice
143
+ </p>
144
+ </div>
145
  """
146
 
147
  with gr.Blocks(css=css) as demo: