Spaces:
Running
on
A10G
Running
on
A10G
Commit
•
1501f6d
1
Parent(s):
ad8e547
Update app.py
Browse files
app.py
CHANGED
@@ -347,9 +347,12 @@ def swap_visibilities(input_image,
|
|
347 |
|
348 |
|
349 |
intro = """
|
350 |
-
<
|
351 |
-
|
|
|
|
|
352 |
</h1>
|
|
|
353 |
|
354 |
<p style="font-size: 0.95rem;margin: 0rem;line-height: 1.2em;margin-top:1em;display: inline-block">
|
355 |
<a href="https://leditsplusplus-project.static.hf.space" target="_blank">project page</a> | <a href="https://arxiv.org/abs/2311.16711" target="_blank">paper</a>
|
|
|
347 |
|
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">
|
358 |
<a href="https://leditsplusplus-project.static.hf.space" target="_blank">project page</a> | <a href="https://arxiv.org/abs/2311.16711" target="_blank">paper</a>
|