Spaces:
Running
on
A10G
Running
on
A10G
Commit
•
b2289d8
1
Parent(s):
0d1fc9f
Update app.py
Browse files
app.py
CHANGED
@@ -343,11 +343,19 @@ intro = """
|
|
343 |
LEDITS++: Limitless Image Editing using Text-to-Image Models
|
344 |
</h1>
|
345 |
|
346 |
-
<p style="font-size: 0.
|
347 |
-
<a href="https://leditsplusplus-project.static.hf.space" target="_blank"
|
348 |
-
|
349 |
-
|
350 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
351 |
|
352 |
|
353 |
with gr.Blocks(css="style.css") as demo:
|
|
|
343 |
LEDITS++: Limitless Image Editing using Text-to-Image Models
|
344 |
</h1>
|
345 |
|
346 |
+
<p style="font-size: 0.95rem;margin: 0rem;line-height: 1.2em;margin-top:1em;display: inline-block">
|
347 |
+
<a href="https://leditsplusplus-project.static.hf.space" target="_blank" style="
|
348 |
+
color: white;
|
349 |
+
">project page</a> | <a href="https://huggingface.co/papers/2311.16711" target="_blank" style="
|
350 |
+
color: white;
|
351 |
+
">paper</a>
|
352 |
+
|
|
353 |
+
<a href="https://huggingface.co/spaces/leditsplusplus/demo?duplicate=true" target="_blank" style="
|
354 |
+
display: inline-block;
|
355 |
+
">
|
356 |
+
<img style="margin-top: -1em;margin-bottom: 0em;position: absolute;" src="https://bit.ly/3CWLGkA" alt="Duplicate Space"></a>
|
357 |
+
</p>
|
358 |
+
"""
|
359 |
|
360 |
|
361 |
with gr.Blocks(css="style.css") as demo:
|