fffiloni commited on
Commit
33ba3d3
1 Parent(s): 53862cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -439,10 +439,12 @@ with gr.Blocks() as demo:
439
  <a href="https://twitter.com/banterless_ai" target="_blank"><img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Alex%20Nasa"></a>
440
  </div>
441
  <br>
442
- <div style="text-align: center;">
 
443
  <a href="https://huggingface.co/spaces/fffiloni/OutofFocus?duplicate=true">
444
  <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate this Space">
445
  </a> to skip the queue and enjoy faster inference on the GPU of your choice
 
446
  </div>
447
  '''
448
  )
 
439
  <a href="https://twitter.com/banterless_ai" target="_blank"><img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Alex%20Nasa"></a>
440
  </div>
441
  <br>
442
+ <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
443
+ <p>
444
  <a href="https://huggingface.co/spaces/fffiloni/OutofFocus?duplicate=true">
445
  <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate this Space">
446
  </a> to skip the queue and enjoy faster inference on the GPU of your choice
447
+ </p>
448
  </div>
449
  '''
450
  )