Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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/
|
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://
|
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>  
|
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 |
"""
|