Spaces:
Running
on
A10G
Running
on
A10G
Commit
•
659325a
1
Parent(s):
c954753
Update app.py
Browse files
app.py
CHANGED
@@ -348,10 +348,9 @@ def swap_visibilities(input_image,
|
|
348 |
|
349 |
intro = """
|
350 |
<div>
|
351 |
-
<img src="magician.png" width="100" style="display: inline-block" />
|
352 |
-
<h1 style="text-align: center; margin-bottom: 7px; display: inline-block">LEDITS++</h1>
|
353 |
-
<h3 style="display: inline-block">Limitless Image Editing using Text-to-Image Models</h3>
|
354 |
-
</h1>
|
355 |
</div>
|
356 |
|
357 |
<p style="font-size: 0.95rem;margin: 0rem;line-height: 1.2em;margin-top:1em;display: inline-block">
|
|
|
348 |
|
349 |
intro = """
|
350 |
<div>
|
351 |
+
<img src="https://huggingface.co/spaces/editing-images/leditsplusplus/resolve/main/magician.png" width="100" style="display: inline-block" />
|
352 |
+
<h1 style="margin-left: 10px; text-align: center; margin-bottom: 7px; display: inline-block">LEDITS++</h1>
|
353 |
+
<h3 style="display: inline-block; margin-left:15px">Limitless Image Editing using Text-to-Image Models</h3>
|
|
|
354 |
</div>
|
355 |
|
356 |
<p style="font-size: 0.95rem;margin: 0rem;line-height: 1.2em;margin-top:1em;display: inline-block">
|