Spaces:
Running
on
A10G
Running
on
A10G
Commit
•
c655f3a
1
Parent(s):
659325a
Update app.py
Browse files
app.py
CHANGED
@@ -347,10 +347,10 @@ def swap_visibilities(input_image,
|
|
347 |
|
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:
|
353 |
-
<h3 style="display: inline-block;
|
354 |
</div>
|
355 |
|
356 |
<p style="font-size: 0.95rem;margin: 0rem;line-height: 1.2em;margin-top:1em;display: inline-block">
|
|
|
347 |
|
348 |
|
349 |
intro = """
|
350 |
+
<div style="display: flex;align-items: center;justify-content: center">
|
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: 12px;text-align: center;margin-bottom: 7px;display: inline-block">LEDITS++</h1>
|
353 |
+
<h3 style="display: inline-block;margin-left: 10px;margin-top: 6px;font-weight: 500">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">
|