alexnasa commited on
Commit
8da6ca9
·
verified ·
1 Parent(s): f28533c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -528,14 +528,14 @@ with gr.Blocks(analytics_enabled=False) as demo:
528
  """
529
  <div style="text-align: center;">
530
  <div style="display: flex; justify-content: center;">
531
- <img src="https://github.com/user-attachments/assets/55a38e74-ab93-4d80-91c8-0fa6130af45a" alt="Logo">
532
  </div>
533
  <h1>Out of Focus v1.0 Turbo</h1>
534
  <p style="font-size:16px;">Out of AI presents a flexible tool to manipulate your images. This is our first version of Image modification tool through prompt manipulation by reconstruction through diffusion inversion process</p>
535
  </div>
536
  <br>
537
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
538
- <a href="https://www.buymeacoffee.com/outofai" target="_blank"><img src="https://img.shields.io/badge/-buy_me_a%C2%A0coffee-red?logo=buy-me-a-coffee" alt="Buy Me A Coffee"></a> &ensp;
539
  <a href="https://twitter.com/OutofAi" target="_blank"><img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Out"></a>
540
  </div>
541
  """
 
528
  """
529
  <div style="text-align: center;">
530
  <div style="display: flex; justify-content: center;">
531
+ <img src="https://github.com/user-attachments/assets/9b92a2cd-4c1f-4de2-87f0-09053fe129ff" alt="Logo">
532
  </div>
533
  <h1>Out of Focus v1.0 Turbo</h1>
534
  <p style="font-size:16px;">Out of AI presents a flexible tool to manipulate your images. This is our first version of Image modification tool through prompt manipulation by reconstruction through diffusion inversion process</p>
535
  </div>
536
  <br>
537
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
538
+ <a href="https://twitter.com/alexandernasa" target="_blank"><img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=alexnasa"></a> &ensp;
539
  <a href="https://twitter.com/OutofAi" target="_blank"><img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Out"></a>
540
  </div>
541
  """